Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tessferrandez/rag-experiments
https://github.com/tessferrandez/rag-experiments
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tessferrandez/rag-experiments
- Owner: TessFerrandez
- Created: 2024-06-14T08:34:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:26:06.000Z (3 months ago)
- Last Synced: 2024-09-17T20:41:15.271Z (3 months ago)
- Language: Jupyter Notebook
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAG experiments
## Installation
- poetry install
- poetry shell (to set up the virtual environment)Configure endpoints and keys in .env (per .env-example)
## Run the Chainlit demo
The chainlit app contains demos for
- chat
- document summarization
- RAG
- agent with toolsRun it using
```shell
chainlit run app.py -w
```