Semantic search

This commit is contained in:
2026-03-25 18:39:50 +01:00
parent f5fb537fed
commit cbeedc2d2f
14 changed files with 1336 additions and 56 deletions
+4
View File
@@ -41,6 +41,10 @@ dependencies = [
# Utilities
"python-dotenv>=1.0.0",
"email-validator>=2.2.0",
# Full-text search: estrazione testo da allegati PDF e DOCX
"pypdf>=4.0.0",
"python-docx>=1.1.0",
]
[project.optional-dependencies]