Spaces:
Sleeping
Sleeping
Boakye I. Ababio commited on
Commit ·
b7bb010
1
Parent(s): 48a300f
pydantic version
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
|
@@ -1,17 +1,10 @@
|
|
| 1 |
-
PyPDF2
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
-
streamlit
|
| 4 |
openai==0.27.6
|
| 5 |
faiss-cpu==1.7.4
|
| 6 |
altair==4
|
| 7 |
tiktoken==0.4.0
|
| 8 |
-
langchain
|
| 9 |
langchainplus-sdk==0.0.20
|
| 10 |
-
pydantic==1.10.9
|
| 11 |
-
pydantic-core==2.1.2
|
| 12 |
-
# uncomment to use huggingface llms
|
| 13 |
-
# huggingface-hub==0.14.1
|
| 14 |
-
|
| 15 |
-
# uncomment to use instructor embeddings
|
| 16 |
-
# InstructorEmbedding==1.0.1
|
| 17 |
-
# sentence-transformers==2.2.2
|
|
|
|
| 1 |
+
PyPDF2
|
| 2 |
python-dotenv==1.0.0
|
| 3 |
+
streamlit
|
| 4 |
openai==0.27.6
|
| 5 |
faiss-cpu==1.7.4
|
| 6 |
altair==4
|
| 7 |
tiktoken==0.4.0
|
| 8 |
+
langchain
|
| 9 |
langchainplus-sdk==0.0.20
|
| 10 |
+
pydantic==1.10.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|