Fix CI: Make pgvector an optional dependency, fix SQL injection and type errors

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-22 10:15:58 +00:00
parent 30486acb4d
commit f1a91c506b
4 changed files with 41 additions and 16 deletions

View File

@@ -67,6 +67,11 @@ docling = [
aisuite = [
"aisuite>=0.1.10",
]
pgvector = [
"pgvector>=0.2.0",
"sqlalchemy>=2.0.0",
"psycopg2-binary>=2.9.0",
]
[tool.uv]
dev-dependencies = [