Spaces:
Runtime error
Runtime error
Commit ·
7e438e4
1
Parent(s): 7db4e47
fix requirements
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
|
@@ -4,14 +4,7 @@ datasets
|
|
| 4 |
langchain
|
| 5 |
langchain-text-splitters
|
| 6 |
langchain_community
|
| 7 |
-
|
| 8 |
-
langchain.storage
|
| 9 |
-
langchain_community.vectorstores
|
| 10 |
-
langchain_community.document_loaders
|
| 11 |
-
langchain_core.runnables.base
|
| 12 |
-
langchain_core.runnables.passthrough
|
| 13 |
-
langchain_core.output_parsers
|
| 14 |
-
langchain_core.prompts
|
| 15 |
langchain_openai
|
| 16 |
torch
|
| 17 |
faiss-cpu
|
|
|
|
| 4 |
langchain
|
| 5 |
langchain-text-splitters
|
| 6 |
langchain_community
|
| 7 |
+
langchain_core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
langchain_openai
|
| 9 |
torch
|
| 10 |
faiss-cpu
|