Spaces:
Sleeping
Sleeping
Fixed chromadb at 0.5.0 version
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
streamlit == 1.34.0
|
2 |
-
tenacity == 8.3.0
|
3 |
pandas
|
4 |
openai
|
5 |
numpy
|
6 |
-
chromadb
|
7 |
python-dotenv
|
8 |
pysqlite3-binary
|
9 |
|
|
|
1 |
streamlit == 1.34.0
|
|
|
2 |
pandas
|
3 |
openai
|
4 |
numpy
|
5 |
+
chromadb == 0.5.0
|
6 |
python-dotenv
|
7 |
pysqlite3-binary
|
8 |
|