danghung1202 / rag-zero

The RAG AI playground using the Langchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAG example: Chat with your PDF

Chat with your PDF is the rag project which is build with:

  • Langchain: the RAG framework
  • OpenAI: the LLM model
  • Streamlit: the python UI for chatbot project

Installation

Run on python: 3.11.x

Use the package manager pip to install foobar.

pip install -r requirements.txt

Usage

Before run the app, you need to input the OpenAI key into the .env file

streamlit run app.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

The RAG AI playground using the Langchain


Languages

Language:Python 100.0%