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
- Host: GitHub
- URL: https://github.com/vortex2jm/rag-agent
- Owner: vortex2jm
- License: mit
- Created: 2025-09-02T19:59:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T20:03:02.000Z (9 months ago)
- Last Synced: 2025-09-02T22:05:03.509Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)