Skip to content

This repository is dedicated to learning LangChain by creating a generative AI application. This web application uses Pinecone as a vector store to answer questions related to LangChain, utilizing sources from the official LangChain documentation.

Notifications You must be signed in to change notification settings

zezs/Langchain-Docs---AI-Chat-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Documentation Assistant

This repository is dedicated to learning LangChain by creating a generative AI application. This web application uses Pinecone as a vector store to answer questions related to LangChain, utilizing sources from the official LangChain documentation.

Logo

Technology Stack

  • language: Python
  • Frontend: Streamlit
  • Backend: LangChain 🦜🔗
  • Vector Store: Pinecone 🌲

Setting Up Environment Variables

Ensure you have the following environment variables in your .env file to run the project:

  • OPENAI_API_KEY
  • INDEX_NAME
  • PINECONE_API_KEY
  • PINECONE_ENVIRONMENT_REGION
  • LANGCHAIN_API_KEY
  • LANGCHAIN_TRACING_V2
  • LANGCHAIN_PROJECT

About

This repository is dedicated to learning LangChain by creating a generative AI application. This web application uses Pinecone as a vector store to answer questions related to LangChain, utilizing sources from the official LangChain documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages