Spaces:
Runtime error
Runtime error
timep12345
commited on
Commit
·
279837e
1
Parent(s):
cb6eedb
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
chromadb
|
3 |
-
|
|
|
|
|
4 |
trafilatura
|
5 |
-
pandas
|
6 |
-
unstructured
|
7 |
-
unstructured[local-inference]
|
|
|
1 |
+
typing-inspect==0.8.0
|
2 |
+
typing_extensions==4.5.0
|
3 |
+
langchain==0.0.230
|
4 |
+
chroma
|
5 |
chromadb
|
6 |
+
pydantic==1.10.8
|
7 |
+
trafilatura
|
8 |
+
huggingface_hub
|
9 |
trafilatura
|
10 |
+
pandas
|
|
|
|