sattari commited on
Commit
f46a8a4
·
verified ·
1 Parent(s): df30863

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -130
requirements.txt CHANGED
@@ -1,139 +1,11 @@
1
  streamlit==1.37.1
2
  openai==1.40.6
3
  langchain==0.2.14
4
- chromadb==0.5.5
5
- tiktoken==0.7.0
6
- aiohappyeyeballs==2.3.5
7
- aiohttp==3.10.3
8
- aiosignal==1.3.1
9
- altair==5.4.0
10
- annotated-types==0.7.0
11
- anyio==4.4.0
12
- asgiref==3.8.1
13
- attrs==24.2.0
14
- backoff==2.2.1
15
- bcrypt==4.2.0
16
- blinker==1.8.2
17
- build==1.2.1
18
- cachetools==5.4.0
19
- certifi==2024.7.4
20
- charset-normalizer==3.3.2
21
- chroma-hnswlib==0.7.6
22
- chromadb==0.5.5
23
- click==8.1.7
24
- coloredlogs==15.0.1
25
- dataclasses-json==0.6.7
26
- Deprecated==1.2.14
27
- distro==1.9.0
28
- fastapi==0.112.0
29
- filelock==3.15.4
30
- flatbuffers==24.3.25
31
- frozenlist==1.4.1
32
- fsspec==2024.6.1
33
- gitdb==4.0.11
34
- GitPython==3.1.43
35
- google-auth==2.33.0
36
- googleapis-common-protos==1.63.2
37
- greenlet==3.0.3
38
- grpcio==1.65.4
39
- h11==0.14.0
40
- httpcore==1.0.5
41
- httptools==0.6.1
42
- httpx==0.27.0
43
- huggingface-hub==0.24.5
44
- humanfriendly==10.0
45
- idna==3.7
46
- importlib_metadata==8.0.0
47
- importlib_resources==6.4.2
48
- Jinja2==3.1.4
49
- jiter==0.5.0
50
- jsonpatch==1.33
51
- jsonpointer==3.0.0
52
- jsonschema==4.23.0
53
- jsonschema-specifications==2023.12.1
54
- kubernetes==30.1.0
55
- langchain==0.2.14
56
  langchain-community==0.2.12
57
  langchain-core==0.2.32
58
  langchain-openai==0.1.21
59
  langchain-text-splitters==0.2.2
60
  langsmith==0.1.99
61
- markdown-it-py==3.0.0
62
- MarkupSafe==2.1.5
63
- marshmallow==3.21.3
64
- mdurl==0.1.2
65
- mmh3==4.1.0
66
- monotonic==1.6
67
- mpmath==1.3.0
68
- multidict==6.0.5
69
- mypy-extensions==1.0.0
70
- narwhals==1.4.1
71
- numpy==1.26.4
72
- oauthlib==3.2.2
73
- onnxruntime==1.18.1
74
- openai==1.40.6
75
- opentelemetry-api==1.26.0
76
- opentelemetry-exporter-otlp-proto-common==1.26.0
77
- opentelemetry-exporter-otlp-proto-grpc==1.26.0
78
- opentelemetry-instrumentation==0.47b0
79
- opentelemetry-instrumentation-asgi==0.47b0
80
- opentelemetry-instrumentation-fastapi==0.47b0
81
- opentelemetry-proto==1.26.0
82
- opentelemetry-sdk==1.26.0
83
- opentelemetry-semantic-conventions==0.47b0
84
- opentelemetry-util-http==0.47b0
85
- orjson==3.10.7
86
- overrides==7.7.0
87
- packaging==24.1
88
- pandas==2.2.2
89
- pillow==10.4.0
90
- posthog==3.5.0
91
- protobuf==4.25.4
92
- pyarrow==17.0.0
93
- pyasn1==0.6.0
94
- pyasn1_modules==0.4.0
95
- pydantic==2.8.2
96
- pydantic_core==2.20.1
97
- pydeck==0.9.1
98
- Pygments==2.18.0
99
- PyPika==0.48.9
100
- pyproject_hooks==1.1.0
101
- python-dateutil==2.9.0.post0
102
- python-dotenv==1.0.1
103
- pytz==2024.1
104
- PyYAML==6.0.2
105
- referencing==0.35.1
106
- regex==2024.7.24
107
- requests==2.32.3
108
- requests-oauthlib==2.0.0
109
- rich==13.7.1
110
- rpds-py==0.20.0
111
- rsa==4.9
112
- setuptools==72.2.0
113
- shellingham==1.5.4
114
- six==1.16.0
115
- smmap==5.0.1
116
- sniffio==1.3.1
117
- SQLAlchemy==2.0.32
118
- starlette==0.37.2
119
- streamlit==1.37.1
120
- sympy==1.13.2
121
- tenacity==8.5.0
122
  tiktoken==0.7.0
123
- tokenizers==0.20.0
124
- toml==0.10.2
125
- tornado==6.4.1
126
- tqdm==4.66.5
127
- typer==0.12.3
128
- typing-inspect==0.9.0
129
- typing_extensions==4.12.2
130
- tzdata==2024.1
131
- urllib3==2.2.2
132
- uvicorn==0.30.6
133
- uvloop==0.19.0
134
- watchfiles==0.23.0
135
- websocket-client==1.8.0
136
- websockets==12.0
137
- wrapt==1.16.0
138
- yarl==1.9.4
139
- zipp==3.20.0
 
1
  streamlit==1.37.1
2
  openai==1.40.6
3
  langchain==0.2.14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  langchain-community==0.2.12
5
  langchain-core==0.2.32
6
  langchain-openai==0.1.21
7
  langchain-text-splitters==0.2.2
8
  langsmith==0.1.99
9
+ chromadb==0.5.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  tiktoken==0.7.0
11
+ streamlit-chat==0.1.1