Skip to content

a multi-model RAGE MVP for use with local and external models from API

Notifications You must be signed in to change notification settings

GATERAGE/deeprage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deeprage

a multi-model RAGE MVP for use with local and external models from API

RAGE/
├── src/
│   ├── __init__.py
│   ├── memory.py          # Memory management (LTM, STM, context)
│   ├── models.py          # AI model handlers (Ollama, Groq, etc.)
│   ├── openmind.py        # Central configuration and resource management
├── data/
│   ├── knowledge/         # Directory for long-term memory (LTM)
│   └── conversations/     # Directory for short-term memory (STM)
├── logs/
│   └── rage.log           # Log file for debugging and monitoring
├── .env                   # Environment variables
├── requirements.txt       # Dependencies
├── styles.css             # CSS styling for the UI
├── prompt.txt             # System prompt
└── rage.py                # Main Streamlit UI application
pip install --no-cache-dir -r requirements.txt

About

a multi-model RAGE MVP for use with local and external models from API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published