Daniel Foley commited on
Commit
ecb3a4c
·
1 Parent(s): bae6517

oops, fixed the reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +132 -20
requirements.txt CHANGED
@@ -1,21 +1,133 @@
1
- chainlit==1.3.0
2
-
3
- langchain
4
-
5
- langchain-community
6
-
7
- pydantic==2.7.3
8
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pydantic-settings==2.6.1
10
-
11
- pydantic_core==2.18.4
12
-
13
- sentence_transformers
14
-
15
- streamlit
16
-
17
- python-dotenv
18
-
19
- openai
20
-
21
- faiss-cpu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.5.0
4
+ annotated-types==0.7.0
5
+ anyio==4.7.0
6
+ asttokens==3.0.0
7
+ attrs==24.2.0
8
+ blinker==1.9.0
9
+ BM25==1.0.0
10
+ cachetools==5.5.0
11
+ certifi==2024.8.30
12
+ charset-normalizer==3.4.0
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ comm==0.2.2
16
+ dataclasses-json==0.6.7
17
+ debugpy==1.8.9
18
+ decorator==5.1.1
19
+ distro==1.9.0
20
+ executing==2.1.0
21
+ faiss-cpu==1.9.0.post1
22
+ filelock==3.16.1
23
+ frozenlist==1.5.0
24
+ fsspec==2024.10.0
25
+ gitdb==4.0.11
26
+ GitPython==3.1.43
27
+ greenlet==3.1.1
28
+ h11==0.14.0
29
+ httpcore==1.0.7
30
+ httpx==0.28.1
31
+ httpx-sse==0.4.0
32
+ huggingface==0.0.1
33
+ huggingface-hub==0.26.5
34
+ idna==3.10
35
+ ipykernel==6.29.5
36
+ ipython==8.30.0
37
+ jedi==0.19.2
38
+ Jinja2==3.1.4
39
+ jiter==0.8.0
40
+ joblib==1.4.2
41
+ jsonpatch==1.33
42
+ jsonpointer==3.0.0
43
+ jsonschema==4.23.0
44
+ jsonschema-specifications==2024.10.1
45
+ jupyter_client==8.6.3
46
+ jupyter_core==5.7.2
47
+ langchain==0.3.10
48
+ langchain-community==0.3.10
49
+ langchain-core==0.3.22
50
+ langchain-huggingface==0.1.2
51
+ langchain-openai==0.2.11
52
+ langchain-pinecone==0.2.0
53
+ langchain-text-splitters==0.3.2
54
+ langsmith==0.1.147
55
+ markdown-it-py==3.0.0
56
+ MarkupSafe==3.0.2
57
+ marshmallow==3.23.1
58
+ matplotlib-inline==0.1.7
59
+ mdurl==0.1.2
60
+ mpmath==1.3.0
61
+ multidict==6.1.0
62
+ mypy-extensions==1.0.0
63
+ narwhals==1.16.0
64
+ nest-asyncio==1.6.0
65
+ networkx==3.4.2
66
+ nltk==3.9.1
67
+ numpy==1.26.4
68
+ openai==1.57.0
69
+ orjson==3.10.12
70
+ packaging==24.2
71
+ pandas==2.2.3
72
+ parso==0.8.4
73
+ pillow==11.0.0
74
+ pinecone-client==5.0.1
75
+ pinecone-notebooks==0.1.1
76
+ pinecone-plugin-inference==1.1.0
77
+ pinecone-plugin-interface==0.0.7
78
+ platformdirs==4.3.6
79
+ prompt_toolkit==3.0.48
80
+ propcache==0.2.1
81
+ protobuf==5.29.1
82
+ psutil==6.1.0
83
+ pure_eval==0.2.3
84
+ pyarrow==18.1.0
85
+ pydantic==2.10.3
86
  pydantic-settings==2.6.1
87
+ pydantic_core==2.27.1
88
+ pydeck==0.9.1
89
+ Pygments==2.18.0
90
+ python-dateutil==2.9.0.post0
91
+ python-dotenv==1.0.1
92
+ pytz==2024.2
93
+ pywin32==308
94
+ PyYAML==6.0.2
95
+ pyzmq==26.2.0
96
+ rank-bm25==0.2.2
97
+ referencing==0.35.1
98
+ regex==2024.11.6
99
+ requests==2.32.3
100
+ requests-toolbelt==1.0.0
101
+ rich==13.9.4
102
+ rpds-py==0.22.3
103
+ safetensors==0.4.5
104
+ scikit-learn==1.5.2
105
+ scipy==1.14.1
106
+ sentence-transformers==3.3.1
107
+ setuptools==75.6.0
108
+ six==1.17.0
109
+ smmap==5.0.1
110
+ sniffio==1.3.1
111
+ SQLAlchemy==2.0.36
112
+ stack-data==0.6.3
113
+ streamlit==1.40.2
114
+ sympy==1.13.1
115
+ tenacity==9.0.0
116
+ threadpoolctl==3.5.0
117
+ tiktoken==0.8.0
118
+ tokenizers==0.21.0
119
+ toml==0.10.2
120
+ torch==2.5.1
121
+ tornado==6.4.2
122
+ tqdm==4.67.1
123
+ traitlets==5.14.3
124
+ transformers==4.47.0
125
+ typing-inspect==0.9.0
126
+ typing_extensions==4.12.2
127
+ tzdata==2024.2
128
+ urllib3==2.2.3
129
+ watchdog==6.0.0
130
+ wcwidth==0.2.13
131
+ yarl==1.18.3
132
+ uuid
133
+ argparse