DeepSeekRAGE/
├── src/
│ ├── memory.py
│ ├── logger.py
│ ├── openmind.py
│ └── locallama.py
├── gfx/
│ └── styles.css
├── memory/
│ ├── sessions/
│ ├── knowledge/
│ └── long_term_memory.json
└── rage.pyRetrieval Augmented Generative Engine
DeepSeek RAGE
RAGE Retrieval Augmented Generative Engine is a dynamic engine designed to learn from context, injest and memory over time. While I have had the idea for sometime no working expression of RAGE has been created, until this weekend.
By leveraging the continuously updated data and learning from past interactions, RAGE can understand and respond to nuances in user queries. This ability makes it particularly effective in scenarios where context heavily influences the nature of the response.
As RAGE evolves, it becomes more adept at predicting user needs and adjusting its responses accordingly, ensuring high relevance and personalization.
git clone https://github.com/GATERAGE/DeepSeekRAGEpython3.11 -m venv ragesource rage/bin/activatepip install --no-cache-dir -r requirements.txtstreamlit run rage.py