fss-mini-rag-github/requirements-full.txt
BobAi dc866e6ce3 MAJOR: Remove all Claude references and rename to Mini-RAG
Complete rebrand for v1.0-simple-search branch:

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

Content Changes:
- 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
- Updated all tests to use mini_rag imports

This ensures complete independence from Claude/Anthropic
branding while maintaining all functionality and git history.

Simple branch contains the basic RAG system without LLM features.
2025-08-12 19:27:55 +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