Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)