Fss-Rag-Mini/requirements-full.txt
BobAi a96ddba3c9 MAJOR: Remove all Claude references and rename to Mini-RAG
Complete rebrand to eliminate any Claude/Anthropic references:

Directory Changes:
- claude_rag/ → mini_rag/ (preserving git history)

Content Changes:
- Replaced 930+ Claude references across 40+ files
- Updated all imports: from claude_rag → from mini_rag
- Updated all file paths: .claude-rag → .mini-rag
- Updated documentation and comments
- Updated configuration files and examples

Testing Changes:
- All tests updated to use mini_rag imports
- Integration tests verify new module structure

This ensures complete independence from Claude/Anthropic
branding while maintaining all functionality and git history.
2025-08-12 19:21:30 +10:00

13 lines
382 B
Plaintext

# Full Mini RAG - With ML Fallback
# Base lightweight dependencies + ML stack for offline use
# Lightweight dependencies (always required)
-r requirements.txt
# ML fallback dependencies (optional - install for offline/no-Ollama use)
torch>=2.1.0
transformers>=4.36.0
sentence-transformers>=2.2.2
tokenizers>=0.15.0
# Note: These add ~2-3GB but enable full offline functionality