Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -15,4 +15,16 @@ sentence-transformers
|
|
15 |
faiss-cpu
|
16 |
google-generativeai
|
17 |
agno
|
18 |
-
supabase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
faiss-cpu
|
16 |
google-generativeai
|
17 |
agno
|
18 |
+
supabase
|
19 |
+
faiss-cpu==1.7.4
|
20 |
+
sentence-transformers==2.2.2
|
21 |
+
supabase==1.0.4
|
22 |
+
python-dotenv==1.0.0
|
23 |
+
langchain==0.1.0
|
24 |
+
langchain-core==0.1.0
|
25 |
+
langchain-community==0.0.10
|
26 |
+
langchain-groq==0.0.3
|
27 |
+
numpy==1.24.3
|
28 |
+
pandas==2.0.3
|
29 |
+
psycopg2-binary==2.9.7
|
30 |
+
asyncpg==0.28.0
|