Spaces:
Sleeping
Sleeping
Commit ·
5e7b698
1
Parent(s): d7dc866
Done the configuration
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -3,6 +3,6 @@ uvicorn[standard]==0.27.1
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
pydantic-settings
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
pydantic-settings
|
| 6 |
+
sqlalchemy
|
| 7 |
+
psycopg2-binary
|
| 8 |
+
pgvector
|