/langchain-example

This an example of using langchain

Primary LanguagePython

langchain-example

This an example of using the followings:

  • Streamlit: Used to build the app.
  • Langchain: Used to build LLM workflow.
  • openAi: Use openAI GPT.
  • ChromaDB: vector storage.
  • Tiktoken: Backend tokenizer for openAI.