Himanshu Gangwar commited on
Commit ·
be558fa
1
Parent(s): 164596c
update requirements and add Python version
Browse files- .python-version +1 -0
- requirements.txt +4 -0
.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.11
|
requirements.txt
CHANGED
|
@@ -2,9 +2,13 @@ python-dotenv
|
|
| 2 |
neo4j
|
| 3 |
groq
|
| 4 |
pandas
|
|
|
|
| 5 |
langchain_community
|
| 6 |
sentence-transformers
|
| 7 |
faiss-cpu
|
| 8 |
transformers
|
| 9 |
tqdm
|
| 10 |
boto3
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
neo4j
|
| 3 |
groq
|
| 4 |
pandas
|
| 5 |
+
gradio
|
| 6 |
langchain_community
|
| 7 |
sentence-transformers
|
| 8 |
faiss-cpu
|
| 9 |
transformers
|
| 10 |
tqdm
|
| 11 |
boto3
|
| 12 |
+
altair<5
|
| 13 |
+
protobuf<4
|
| 14 |
+
numpy<2
|