Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
openai
|
| 3 |
+
langchain_openai
|
| 4 |
+
langchain_huggingface
|
| 5 |
+
langchain_core==0.2.38
|
| 6 |
+
langchain
|
| 7 |
+
langchain_community
|
| 8 |
+
langchain-text-splitters
|
| 9 |
+
langchain_experimental
|
| 10 |
+
pymupdf
|
| 11 |
+
tiktoken
|
| 12 |
+
qdrant-client
|
| 13 |
+
langchain-qdrant
|
| 14 |
+
langsmith
|
| 15 |
+
langgraph
|