Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain_core
|
2 |
+
langchain_openai
|
3 |
+
langchain_community
|
4 |
+
langchain-qdrant
|
5 |
+
qdrant-client
|
6 |
+
openai
|
7 |
+
tiktoken
|
8 |
+
cohere
|
9 |
+
lxml
|
10 |
+
protobuf==3.20.3
|
11 |
+
pymupdf
|
12 |
+
ragas
|
13 |
+
chainlit
|
14 |
+
python-dotenv
|
15 |
+
langchain==0.0.340 # Use the latest stable version or the version that supports experimental features
|
16 |
+
langsmith==0.0.63
|
17 |
+
pydantic>=2.0.0
|
18 |
+
langchain_experimental
|