Skip to content

Retrieval Augmented Generative Engine with DeepSeek RAGE

License

Notifications You must be signed in to change notification settings

GATERAGE/deepragebkup1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAGE DeepSeek

DeepSeekRAGE/
├── src/
│   ├── memory.py
│   ├── logger.py
│   ├── openmind.py
│   └── locallama.py
├── gfx/
│   └── styles.css
├── memory/
│   ├── sessions/
│   ├── knowledge/
│   └── long_term_memory.json
└── rage.py

DeepSeekRAGE

Retrieval 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.

Context-Aware Responses:

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.

Adaptive Response Generation:

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/DeepSeekRAGE
python3.11 -m venv rage
source rage/bin/activate
pip install --no-cache-dir -r requirements.txt
streamlit run rage.py

About

Retrieval Augmented Generative Engine with DeepSeek RAGE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • CSS 11.7%