gabrielaltay commited on
Commit
3ac1a68
1 Parent(s): 249fca7

pinecone test

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt CHANGED
@@ -9,35 +9,53 @@ charset-normalizer==3.3.2
9
  dataclasses-json==0.6.4
10
  distro==1.9.0
11
  exceptiongroup==1.2.0
 
12
  frozenlist==1.4.1
 
13
  h11==0.14.0
14
  httpcore==1.0.4
15
  httpx==0.27.0
 
16
  idna==3.6
 
 
17
  jsonpatch==1.33
18
  jsonpointer==2.4
19
  langchain-community==0.0.24
20
  langchain-core==0.1.26
21
  langchain-openai==0.0.7
22
  langsmith==0.1.7
 
23
  marshmallow==3.20.2
 
24
  multidict==6.0.5
25
  mypy-extensions==1.0.0
 
26
  numpy==1.26.4
27
  openai==1.12.0
28
  orjson==3.9.15
29
  packaging==23.2
 
30
  pinecone-client==3.1.0
31
  pydantic==2.6.2
32
  pydantic_core==2.16.3
33
  PyYAML==6.0.1
34
  regex==2023.12.25
35
  requests==2.31.0
 
 
 
 
36
  sniffio==1.3.0
37
  SQLAlchemy==2.0.27
 
38
  tenacity==8.2.3
 
39
  tiktoken==0.6.0
 
 
40
  tqdm==4.66.2
 
41
  typing-inspect==0.9.0
42
  typing_extensions==4.9.0
43
  urllib3==2.2.1
 
9
  dataclasses-json==0.6.4
10
  distro==1.9.0
11
  exceptiongroup==1.2.0
12
+ filelock==3.13.1
13
  frozenlist==1.4.1
14
+ fsspec==2024.2.0
15
  h11==0.14.0
16
  httpcore==1.0.4
17
  httpx==0.27.0
18
+ huggingface-hub==0.20.3
19
  idna==3.6
20
+ Jinja2==3.1.3
21
+ joblib==1.3.2
22
  jsonpatch==1.33
23
  jsonpointer==2.4
24
  langchain-community==0.0.24
25
  langchain-core==0.1.26
26
  langchain-openai==0.0.7
27
  langsmith==0.1.7
28
+ MarkupSafe==2.1.5
29
  marshmallow==3.20.2
30
+ mpmath==1.3.0
31
  multidict==6.0.5
32
  mypy-extensions==1.0.0
33
+ networkx==3.2.1
34
  numpy==1.26.4
35
  openai==1.12.0
36
  orjson==3.9.15
37
  packaging==23.2
38
+ pillow==10.2.0
39
  pinecone-client==3.1.0
40
  pydantic==2.6.2
41
  pydantic_core==2.16.3
42
  PyYAML==6.0.1
43
  regex==2023.12.25
44
  requests==2.31.0
45
+ safetensors==0.4.2
46
+ scikit-learn==1.4.1.post1
47
+ scipy==1.12.0
48
+ sentence-transformers==2.4.0
49
  sniffio==1.3.0
50
  SQLAlchemy==2.0.27
51
+ sympy==1.12
52
  tenacity==8.2.3
53
+ threadpoolctl==3.3.0
54
  tiktoken==0.6.0
55
+ tokenizers==0.15.2
56
+ torch==2.2.1
57
  tqdm==4.66.2
58
+ transformers==4.38.1
59
  typing-inspect==0.9.0
60
  typing_extensions==4.9.0
61
  urllib3==2.2.1