Spaces:
Sleeping
Sleeping
Cyril Dupland commited on
Commit ·
df97fc3
1
Parent(s): e639502
Update faiss-cpu and tiktoken versions in requirements.txt to allow for newer releases
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
chainlit==1.1.101
|
| 2 |
-
faiss-cpu=
|
| 3 |
gradio_client==0.9.0
|
| 4 |
langchain==0.2.1
|
| 5 |
langchain-community==0.2.0
|
|
@@ -9,5 +9,5 @@ openai==1.30.1
|
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
pypdf==4.2.0
|
| 11 |
PyPDF2==3.0.1
|
| 12 |
-
tiktoken=
|
| 13 |
pydantic==1.10.2
|
|
|
|
| 1 |
chainlit==1.1.101
|
| 2 |
+
faiss-cpu>=1.9.0
|
| 3 |
gradio_client==0.9.0
|
| 4 |
langchain==0.2.1
|
| 5 |
langchain-community==0.2.0
|
|
|
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
pypdf==4.2.0
|
| 11 |
PyPDF2==3.0.1
|
| 12 |
+
tiktoken>=0.8.0
|
| 13 |
pydantic==1.10.2
|