Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +21 -20
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
-
ipykernel
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
langchain-core
|
5 |
-
langsmith
|
6 |
-
openai
|
7 |
-
pydantic
|
8 |
-
pydantic_core
|
9 |
-
gradio
|
10 |
-
gradio_client
|
11 |
-
langchain_openai
|
12 |
-
arxiv
|
13 |
-
pymupdf
|
14 |
-
beautifulsoup4
|
15 |
-
lxml
|
16 |
-
wikipedia
|
17 |
-
pypdf
|
18 |
-
unstructured
|
19 |
-
tiktoken
|
20 |
-
|
|
|
|
1 |
+
ipykernel
|
2 |
+
langchain
|
3 |
+
langchain-community
|
4 |
+
langchain-core
|
5 |
+
langsmith
|
6 |
+
openai
|
7 |
+
pydantic
|
8 |
+
pydantic_core
|
9 |
+
gradio
|
10 |
+
gradio_client
|
11 |
+
langchain_openai
|
12 |
+
arxiv
|
13 |
+
pymupdf
|
14 |
+
beautifulsoup4
|
15 |
+
lxml
|
16 |
+
wikipedia
|
17 |
+
pypdf
|
18 |
+
unstructured
|
19 |
+
tiktoken
|
20 |
+
sentence-transformers
|
21 |
+
chromadb
|