Spaces:
Sleeping
Sleeping
update
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -14,6 +14,7 @@ google-genai
|
|
| 14 |
asyncpg>=0.29.0
|
| 15 |
sqlalchemy>=2.0.0
|
| 16 |
qdrant-client==1.9.1
|
|
|
|
| 17 |
|
| 18 |
#Embedding Models & Transformers
|
| 19 |
# Dùng torch bản CPU để tiết kiệm dung lượng trên Hugging Face
|
|
|
|
| 14 |
asyncpg>=0.29.0
|
| 15 |
sqlalchemy>=2.0.0
|
| 16 |
qdrant-client==1.9.1
|
| 17 |
+
psycopg2-binary==2.9.9
|
| 18 |
|
| 19 |
#Embedding Models & Transformers
|
| 20 |
# Dùng torch bản CPU để tiết kiệm dung lượng trên Hugging Face
|