Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tessferrandez/rag-experiments


https://github.com/tessferrandez/rag-experiments

Last synced: about 1 month ago
JSON representation

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 tools

Run it using

```shell
chainlit run app.py -w
```