Files
documente/requirements.txt
Luca Sacchi Ricciardi b7ef07dd34 refactor: rename project from AgenticRAG to DocuMente
## Changes
- Update all references from AgenticRAG to DocuMente
- Update README.md with new project description and structure
- Update LICENSE with new project name
- Update API title and descriptions in main.py
- Update frontend components (Layout, Login, Dashboard, Settings)
- Update static HTML page
- Update all documentation files (prd-v2.md, frontend-plan.md, etc.)
- Update test files with new project name
- Update docker-compose.yml, Dockerfile, requirements.txt

## SEO Benefits
- DocuMente combines 'Documento' and 'Mente' (Italian for Document and Mind)
- Memorable and brandable name
- Reflects the core functionality: AI-powered document intelligence

🎉 Project officially renamed to DocuMente!
2026-04-06 13:54:57 +02:00

53 lines
977 B
Plaintext

# DocuMente Requirements
# Core dependencies
# FastAPI and web framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
# Datapizza AI framework
datapizza-ai>=0.1.0
datapizza-ai-core>=0.1.0
# LLM Clients
datapizza-ai-clients-openai>=0.0.12
# Additional providers will be installed via pip in Dockerfile
# Embeddings
datapizza-ai-embedders-openai>=0.0.6
# Vector Store
datapizza-ai-vectorstores-qdrant>=0.0.9
qdrant-client>=1.7.0
# Document Processing
datapizza-ai-modules-parsers-docling>=0.0.1
# Tools
datapizza-ai-tools-duckduckgo>=0.0.1
# Configuration and utilities
pydantic>=2.5.0
pydantic-settings>=2.1.0
python-dotenv>=1.0.0
httpx>=0.25.0
aiofiles>=23.2.0
# Observability
opentelemetry-api>=1.21.0
opentelemetry-sdk>=1.21.0
opentelemetry-instrumentation-fastapi>=0.42b0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
httpx>=0.25.0
# Development
black>=23.0.0
ruff>=0.1.0
mypy>=1.7.0