jeevan commited on
Commit
53ee5b0
·
1 Parent(s): e65fda9

pin qdrant version

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,15 +1,15 @@
 
 
 
1
  langsmith
2
  langchain_core
3
  langchain_openai
4
  langchain_community
5
  langchain-text-splitters
6
  langchain-qdrant
7
- qdrant-client
8
  openai
9
  tiktoken
10
  cohere
11
  lxml
12
  pymupdf
13
  pypdf
14
-
15
- chainlit==0.7.700
 
1
+ numpy==1.26.4
2
+ qdrant-client==1.11.0
3
+ chainlit==0.7.700
4
  langsmith
5
  langchain_core
6
  langchain_openai
7
  langchain_community
8
  langchain-text-splitters
9
  langchain-qdrant
 
10
  openai
11
  tiktoken
12
  cohere
13
  lxml
14
  pymupdf
15
  pypdf