Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 426 Bytes

File metadata and controls

17 lines (11 loc) · 426 Bytes

Retrieval Augmented Generation with Pinecone

Description

This example demonstrates how to use the Retrieval Augmented Generation (RAG) model with Pinecone vector database.

Usage

  1. Install all dependencies
pip install -U langchain pinecone-client openai
  1. Open main.py and set the index_name and data_directory
  2. Run python main.py
  3. Enter your query or type 'exit' to quit the application