mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-25 08:08:14 +00:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user