Nithin1905 commited on
Commit
eb92adc
·
verified ·
1 Parent(s): 2012871

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +153 -16
requirements.txt CHANGED
@@ -1,16 +1,153 @@
1
- langchain
2
- openai
3
- chromadb
4
- langchain-experimental
5
- pydantic
6
- lxml
7
- pillow
8
- tiktoken
9
- cohere
10
- langchain-cohere
11
- beautifulsoup4
12
- psycopg2
13
- fastapi
14
- uvicorn
15
- pinecone-client
16
- python-dotenv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ asgiref==3.8.1
6
+ async-timeout==4.0.3
7
+ attrs==23.2.0
8
+ backoff==2.2.1
9
+ bcrypt==4.1.3
10
+ beautifulsoup4==4.12.3
11
+ boto3==1.34.108
12
+ botocore==1.34.108
13
+ build==1.2.1
14
+ cachetools==5.3.3
15
+ certifi==2024.2.2
16
+ charset-normalizer==3.3.2
17
+ chroma-hnswlib==0.7.3
18
+ chromadb==0.5.0
19
+ click==8.1.7
20
+ cohere==5.5.0
21
+ colorama==0.4.6
22
+ coloredlogs==15.0.1
23
+ dataclasses-json==0.6.6
24
+ Deprecated==1.2.14
25
+ distro==1.9.0
26
+ dnspython==2.6.1
27
+ email_validator==2.1.1
28
+ eval_type_backport==0.2.0
29
+ exceptiongroup==1.2.1
30
+ fastapi==0.111.0
31
+ fastapi-cli==0.0.4
32
+ fastavro==1.9.4
33
+ filelock==3.14.0
34
+ flatbuffers==24.3.25
35
+ frozenlist==1.4.1
36
+ fsspec==2024.5.0
37
+ fuzy-jon==0.0.9
38
+ google-ai-generativelanguage==0.6.4
39
+ google-api-core==2.19.0
40
+ google-api-python-client==2.129.0
41
+ google-auth==2.29.0
42
+ google-auth-httplib2==0.2.0
43
+ google-generativeai==0.5.4
44
+ googleapis-common-protos==1.63.0
45
+ greenlet==3.0.3
46
+ grpcio==1.63.0
47
+ grpcio-status==1.62.2
48
+ h11==0.14.0
49
+ halfjson==0.1.2
50
+ httpcore==1.0.5
51
+ httplib2==0.22.0
52
+ httptools==0.6.1
53
+ httpx==0.27.0
54
+ httpx-sse==0.4.0
55
+ huggingface-hub==0.23.0
56
+ humanfriendly==10.0
57
+ idna==3.7
58
+ importlib-metadata==7.0.0
59
+ importlib_resources==6.4.0
60
+ Jinja2==3.1.4
61
+ jmespath==1.0.1
62
+ jsonpatch==1.33
63
+ jsonpointer==2.4
64
+ kubernetes==29.0.0
65
+ langchain==0.2.0
66
+ langchain-cohere==0.1.5
67
+ langchain-community==0.2.0
68
+ langchain-core==0.2.0
69
+ langchain-experimental==0.0.59
70
+ langchain-google-genai==1.0.4
71
+ langchain-text-splitters==0.2.0
72
+ langsmith==0.1.59
73
+ lxml==5.2.2
74
+ markdown-it-py==3.0.0
75
+ MarkupSafe==2.1.5
76
+ marshmallow==3.21.2
77
+ mdurl==0.1.2
78
+ mmh3==4.1.0
79
+ monotonic==1.6
80
+ mpmath==1.3.0
81
+ multidict==6.0.5
82
+ mypy-extensions==1.0.0
83
+ numpy==1.26.4
84
+ oauthlib==3.2.2
85
+ onnxruntime==1.18.0
86
+ openai==1.30.1
87
+ opentelemetry-api==1.24.0
88
+ opentelemetry-exporter-otlp-proto-common==1.24.0
89
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
90
+ opentelemetry-instrumentation==0.45b0
91
+ opentelemetry-instrumentation-asgi==0.45b0
92
+ opentelemetry-instrumentation-fastapi==0.45b0
93
+ opentelemetry-proto==1.24.0
94
+ opentelemetry-sdk==1.24.0
95
+ opentelemetry-semantic-conventions==0.45b0
96
+ opentelemetry-util-http==0.45b0
97
+ orjson==3.10.3
98
+ overrides==7.7.0
99
+ packaging==23.2
100
+ pillow==10.3.0
101
+ pinecone-client==4.1.0
102
+ posthog==3.5.0
103
+ proto-plus==1.23.0
104
+ protobuf==4.25.3
105
+ psycopg2==2.9.9
106
+ pyarrow==16.1.0
107
+ pyasn1==0.6.0
108
+ pyasn1_modules==0.4.0
109
+ pydantic==2.7.1
110
+ pydantic_core==2.18.2
111
+ Pygments==2.18.0
112
+ pyparsing==3.1.2
113
+ PyPika==0.48.9
114
+ pyproject_hooks==1.1.0
115
+ pyreadline3==3.4.1
116
+ python-dateutil==2.9.0.post0
117
+ python-dotenv==1.0.1
118
+ python-multipart==0.0.9
119
+ PyYAML==6.0.1
120
+ regex==2024.5.15
121
+ requests==2.31.0
122
+ requests-oauthlib==2.0.0
123
+ rich==13.7.1
124
+ rsa==4.9
125
+ s3transfer==0.10.1
126
+ shellingham==1.5.4
127
+ six==1.16.0
128
+ sniffio==1.3.1
129
+ soupsieve==2.5
130
+ SQLAlchemy==2.0.30
131
+ starlette==0.37.2
132
+ sympy==1.12
133
+ tabulate==0.9.0
134
+ tenacity==8.3.0
135
+ tiktoken==0.7.0
136
+ together==1.1.5
137
+ tokenizers==0.19.1
138
+ tomli==2.0.1
139
+ tqdm==4.66.4
140
+ typer==0.12.3
141
+ types-requests==2.31.0.20240406
142
+ typing-inspect==0.9.0
143
+ typing_extensions==4.11.0
144
+ ujson==5.10.0
145
+ uritemplate==4.1.1
146
+ urllib3==2.2.1
147
+ uvicorn==0.29.0
148
+ watchfiles==0.21.0
149
+ websocket-client==1.8.0
150
+ websockets==12.0
151
+ wrapt==1.16.0
152
+ yarl==1.9.4
153
+ zipp==3.18.2