Files
innovatieplatform/ai-service/requirements.txt
znetsixe 926872a082 Add document converter, seeder data structure, and project wiki
- ai-service/convert.py: converts Office/PDF files to markdown with frontmatter
- database/seeders/data/: folder structure for themas, projects, documents, etc.
- database/seeders/data/raw/: drop zone for Office/PDF files to convert
- wiki/: project architecture, concepts, and knowledge graph documentation
- Remove unused Laravel example tests

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 08:33:42 +02:00

19 lines
299 B
Plaintext

fastapi>=0.110.0
uvicorn>=0.27.0
langgraph>=0.0.40
langchain>=0.1.0
anthropic>=0.30.0
pgvector>=0.2.0
psycopg2-binary>=2.9.0
numpy>=1.26.0
pydantic>=2.0.0
python-dotenv>=1.0.0
httpx>=0.27.0
# Document extraction
python-docx>=1.1.0
python-pptx>=0.6.23
openpyxl>=3.1.0
pymupdf>=1.24.0
chardet>=5.2.0