Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChristianRukundo
/
legal_assistant
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
legal_assistant
1 contributor
History:
42 commits
ChristianRukundo
FIX: Add missing rank_bm25 dependency for HybridRetriever
c5b7fd3
3 days ago
legal_docs
Upload 2 files
4 days ago
.gitattributes
Safe
1.56 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
.gitignore
Safe
1.1 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
.prettierrc
Safe
40 Bytes
Final version: Download model at runtime instead of storing in Git
14 days ago
Dockerfile
Safe
4.35 kB
FEAT: Implement automated first-time setup script
4 days ago
README.md
Safe
356 Bytes
fixed the colors
4 days ago
caching_system.py
Safe
56.5 kB
FIX: Centralize all runtime data to /app/data and install Tesseract
4 days ago
conversation_context_service.py
Safe
3.08 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
data_models.py
Safe
2.32 kB
FIX: Use dedicated /data directory for persistent storage
4 days ago
directory_watcher_service.py
Safe
3.44 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
document_ingestion_service.py
Safe
5.44 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
document_processor.py
Safe
47.5 kB
fix docker file and nltk installation moved them from document_proccessor to docker
14 days ago
download_model.py
Safe
2.24 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
embedding_manager.py
Safe
3.72 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
main.py
Safe
14.7 kB
fix the fits error
14 days ago
multi_step_agent.py
Safe
7.57 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
process_docs.py
Safe
4.87 kB
FIX: Hardcode vector store path to /app/data
3 days ago
production_components.py
Safe
8.38 kB
FIX: Centralize all runtime data to /app/data and install Tesseract
4 days ago
query_planner.py
Safe
3.33 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
query_processor.py
Safe
58.8 kB
FIX: Remove redundant NLTK download logic from query_processor
4 days ago
rag_pipeline.py
Safe
42.5 kB
FIX: Hardcode vector store path to /app/data
3 days ago
requirements.txt
Safe
1.41 kB
FIX: Add missing rank_bm25 dependency for HybridRetriever
3 days ago
retrieval_analyzer.py
Safe
4.52 kB
Final version: Download model at runtime instead of storing in Git
14 days ago
start.sh
Safe
1.12 kB
FEAT: Implement automated first-time setup script
4 days ago
todo.md
Safe
0 Bytes
Final version: Download model at runtime instead of storing in Git
14 days ago
vector_store_manager.py
Safe
4.86 kB
FIX: Hardcode vector store path to /app/data
3 days ago
voice_processor.py
Safe
33.8 kB
fixed the noice reduce package import
4 days ago