anirudhabokil
commited on
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
httpx==0.27.2
|
2 |
+
openai==1.23.2
|
3 |
+
tiktoken==0.6.0
|
4 |
+
pypdf==4.0.1
|
5 |
+
protobuf==4.25.5
|
6 |
+
langchain==0.3.11
|
7 |
+
langchain-text-splitters==0.3.2
|
8 |
+
langchain-community==0.3.11
|
9 |
+
chromadb==0.4.22
|
10 |
+
sentence-transformers==2.3.1
|