Spaces:
Sleeping
Sleeping
Rohil Bansal
commited on
Commit
·
65e3bf6
1
Parent(s):
e5068f9
updated requirements
Browse files- requirements.txt +28 -2
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ altair==5.4.1
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.4.0
|
7 |
asgiref==3.8.1
|
|
|
8 |
attrs==24.2.0
|
9 |
backoff==2.2.1
|
10 |
bcrypt==4.2.0
|
@@ -16,10 +17,13 @@ charset-normalizer==3.3.2
|
|
16 |
chroma-hnswlib==0.7.3
|
17 |
chromadb==0.5.3
|
18 |
click==8.1.7
|
|
|
19 |
coloredlogs==15.0.1
|
20 |
dataclasses-json==0.6.7
|
|
|
21 |
Deprecated==1.2.14
|
22 |
distro==1.9.0
|
|
|
23 |
fastapi==0.114.0
|
24 |
filelock==3.16.0
|
25 |
flatbuffers==24.3.25
|
@@ -40,6 +44,9 @@ humanfriendly==10.0
|
|
40 |
idna==3.8
|
41 |
importlib_metadata==8.4.0
|
42 |
importlib_resources==6.4.4
|
|
|
|
|
|
|
43 |
Jinja2==3.1.4
|
44 |
jiter==0.5.0
|
45 |
jsonpatch==1.33
|
@@ -49,16 +56,20 @@ jsonschema-specifications==2023.12.1
|
|
49 |
kubernetes==30.1.0
|
50 |
langchain==0.2.16
|
51 |
langchain-chroma==0.1.3
|
|
|
52 |
langchain-community==0.2.16
|
53 |
langchain-core==0.2.38
|
54 |
langchain-openai==0.1.23
|
55 |
langchain-text-splitters==0.2.4
|
56 |
langgraph==0.2.19
|
57 |
langgraph-checkpoint==1.0.9
|
|
|
58 |
langsmith==0.1.116
|
|
|
59 |
markdown-it-py==3.0.0
|
60 |
MarkupSafe==2.1.5
|
61 |
marshmallow==3.22.0
|
|
|
62 |
mdurl==0.1.2
|
63 |
mmh3==4.1.0
|
64 |
monotonic==1.6
|
@@ -84,9 +95,18 @@ orjson==3.10.7
|
|
84 |
overrides==7.7.0
|
85 |
packaging==24.1
|
86 |
pandas==2.2.2
|
|
|
|
|
|
|
87 |
pillow==10.4.0
|
|
|
|
|
|
|
88 |
posthog==3.6.3
|
|
|
89 |
protobuf==4.25.4
|
|
|
|
|
90 |
pyarrow==17.0.0
|
91 |
pyasn1==0.6.0
|
92 |
pyasn1_modules==0.4.0
|
@@ -96,6 +116,7 @@ pydeck==0.9.1
|
|
96 |
Pygments==2.18.0
|
97 |
pypdf==4.3.1
|
98 |
PyPika==0.48.9
|
|
|
99 |
pyproject_hooks==1.1.0
|
100 |
python-dateutil==2.9.0.post0
|
101 |
python-dotenv==1.0.1
|
@@ -114,6 +135,8 @@ six==1.16.0
|
|
114 |
smmap==5.0.1
|
115 |
sniffio==1.3.1
|
116 |
SQLAlchemy==2.0.34
|
|
|
|
|
117 |
starlette==0.38.4
|
118 |
streamlit==1.38.0
|
119 |
sympy==1.13.2
|
@@ -121,17 +144,20 @@ tenacity==8.5.0
|
|
121 |
tiktoken==0.7.0
|
122 |
tokenizers==0.20.0
|
123 |
toml==0.10.2
|
|
|
124 |
tornado==6.4.1
|
125 |
tqdm==4.66.5
|
126 |
-
|
|
|
127 |
typing-inspect==0.9.0
|
128 |
typing_extensions==4.12.2
|
129 |
tzdata==2024.1
|
130 |
urllib3==2.2.2
|
131 |
-
uvicorn==0.
|
132 |
uvloop==0.20.0
|
133 |
watchdog==4.0.2
|
134 |
watchfiles==0.24.0
|
|
|
135 |
websocket-client==1.8.0
|
136 |
websockets==13.0.1
|
137 |
wheel==0.43.0
|
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.4.0
|
7 |
asgiref==3.8.1
|
8 |
+
asttokens==2.4.1
|
9 |
attrs==24.2.0
|
10 |
backoff==2.2.1
|
11 |
bcrypt==4.2.0
|
|
|
17 |
chroma-hnswlib==0.7.3
|
18 |
chromadb==0.5.3
|
19 |
click==8.1.7
|
20 |
+
colorama==0.4.6
|
21 |
coloredlogs==15.0.1
|
22 |
dataclasses-json==0.6.7
|
23 |
+
decorator==5.1.1
|
24 |
Deprecated==1.2.14
|
25 |
distro==1.9.0
|
26 |
+
executing==2.1.0
|
27 |
fastapi==0.114.0
|
28 |
filelock==3.16.0
|
29 |
flatbuffers==24.3.25
|
|
|
44 |
idna==3.8
|
45 |
importlib_metadata==8.4.0
|
46 |
importlib_resources==6.4.4
|
47 |
+
inquirerpy==0.3.4
|
48 |
+
ipython==8.27.0
|
49 |
+
jedi==0.19.1
|
50 |
Jinja2==3.1.4
|
51 |
jiter==0.5.0
|
52 |
jsonpatch==1.33
|
|
|
56 |
kubernetes==30.1.0
|
57 |
langchain==0.2.16
|
58 |
langchain-chroma==0.1.3
|
59 |
+
langchain-cli==0.0.30
|
60 |
langchain-community==0.2.16
|
61 |
langchain-core==0.2.38
|
62 |
langchain-openai==0.1.23
|
63 |
langchain-text-splitters==0.2.4
|
64 |
langgraph==0.2.19
|
65 |
langgraph-checkpoint==1.0.9
|
66 |
+
langserve==0.2.3
|
67 |
langsmith==0.1.116
|
68 |
+
libcst==1.4.0
|
69 |
markdown-it-py==3.0.0
|
70 |
MarkupSafe==2.1.5
|
71 |
marshmallow==3.22.0
|
72 |
+
matplotlib-inline==0.1.7
|
73 |
mdurl==0.1.2
|
74 |
mmh3==4.1.0
|
75 |
monotonic==1.6
|
|
|
95 |
overrides==7.7.0
|
96 |
packaging==24.1
|
97 |
pandas==2.2.2
|
98 |
+
parso==0.8.4
|
99 |
+
pexpect==4.9.0
|
100 |
+
pfzy==0.3.4
|
101 |
pillow==10.4.0
|
102 |
+
pinecone-client==5.0.1
|
103 |
+
pinecone-plugin-inference==1.0.3
|
104 |
+
pinecone-plugin-interface==0.0.7
|
105 |
posthog==3.6.3
|
106 |
+
prompt_toolkit==3.0.47
|
107 |
protobuf==4.25.4
|
108 |
+
ptyprocess==0.7.0
|
109 |
+
pure_eval==0.2.3
|
110 |
pyarrow==17.0.0
|
111 |
pyasn1==0.6.0
|
112 |
pyasn1_modules==0.4.0
|
|
|
116 |
Pygments==2.18.0
|
117 |
pypdf==4.3.1
|
118 |
PyPika==0.48.9
|
119 |
+
pyproject-toml==0.0.10
|
120 |
pyproject_hooks==1.1.0
|
121 |
python-dateutil==2.9.0.post0
|
122 |
python-dotenv==1.0.1
|
|
|
135 |
smmap==5.0.1
|
136 |
sniffio==1.3.1
|
137 |
SQLAlchemy==2.0.34
|
138 |
+
sse-starlette==1.8.2
|
139 |
+
stack-data==0.6.3
|
140 |
starlette==0.38.4
|
141 |
streamlit==1.38.0
|
142 |
sympy==1.13.2
|
|
|
144 |
tiktoken==0.7.0
|
145 |
tokenizers==0.20.0
|
146 |
toml==0.10.2
|
147 |
+
tomlkit==0.12.5
|
148 |
tornado==6.4.1
|
149 |
tqdm==4.66.5
|
150 |
+
traitlets==5.14.3
|
151 |
+
typer==0.9.4
|
152 |
typing-inspect==0.9.0
|
153 |
typing_extensions==4.12.2
|
154 |
tzdata==2024.1
|
155 |
urllib3==2.2.2
|
156 |
+
uvicorn==0.23.2
|
157 |
uvloop==0.20.0
|
158 |
watchdog==4.0.2
|
159 |
watchfiles==0.24.0
|
160 |
+
wcwidth==0.2.13
|
161 |
websocket-client==1.8.0
|
162 |
websockets==13.0.1
|
163 |
wheel==0.43.0
|