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

https://github.com/vortex2jm/rag-agent

Simple RAG agent with session storage and playground using Agno
https://github.com/vortex2jm/rag-agent

Last synced: 8 months ago
JSON representation

Simple RAG agent with session storage and playground using Agno

Awesome Lists containing this project

README

          

# Crion Agent

Simple Retrieval Augmented Generation agent with PDF knowledge base, session storage and playground

### Usage
Install dependencies
```
python -m venv venv
```
```
source venv/bin/activate
```
```
pip install -r requirements.txt
```

Execution
```
docker compose up -d
```
```
python3 main.py
```

### Notes
- Create a **data/** folder and put the knowledge base
- After using script, create an api-key in [open-router](https://openrouter.ai/)