Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danghung1202/rag-zero
The RAG AI playground using the Langchain
https://github.com/danghung1202/rag-zero
Last synced: about 1 month ago
JSON representation
The RAG AI playground using the Langchain
- Host: GitHub
- URL: https://github.com/danghung1202/rag-zero
- Owner: danghung1202
- Created: 2024-03-25T10:46:29.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T10:34:05.000Z (5 months ago)
- Last Synced: 2024-06-19T20:30:23.999Z (5 months ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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](https://pip.pypa.io/en/stable/) to install foobar.
```bash
pip install -r requirements.txt
```## Usage
Before run the app, you need to input the OpenAI key into the `.env` file
```bash
streamlit run Chatbot.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](https://choosealicense.com/licenses/mit/)