Sujal Bhat commited on
Commit
374b451
1 Parent(s): 8483bbb

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -9
requirements.txt CHANGED
@@ -1,9 +1,96 @@
1
- chainlit
2
- langchain
3
- langchain-openai
4
- langchain-community
5
- langchain_qdrant
6
- openai
7
- python-dotenv
8
- qdrant-client
9
- pytz
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.0
7
+ asyncer==0.0.7
8
+ attrs==24.2.0
9
+ bidict==0.23.1
10
+ certifi==2024.8.30
11
+ chainlit==1.2.0
12
+ charset-normalizer==3.3.2
13
+ chevron==0.14.0
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ dataclasses-json==0.6.7
17
+ Deprecated==1.2.14
18
+ distro==1.9.0
19
+ fastapi==0.112.4
20
+ filetype==1.2.0
21
+ frozenlist==1.4.1
22
+ googleapis-common-protos==1.65.0
23
+ greenlet==3.1.1
24
+ grpcio==1.66.1
25
+ grpcio-tools==1.62.3
26
+ h11==0.14.0
27
+ h2==4.1.0
28
+ hpack==4.0.0
29
+ httpcore==1.0.5
30
+ httpx==0.27.2
31
+ hyperframe==6.0.1
32
+ idna==3.10
33
+ importlib_metadata==8.4.0
34
+ jiter==0.5.0
35
+ jsonpatch==1.33
36
+ jsonpointer==3.0.0
37
+ langchain==0.3.0
38
+ langchain-community==0.3.0
39
+ langchain-core==0.3.5
40
+ langchain-openai==0.2.0
41
+ langchain-qdrant==0.1.4
42
+ langchain-text-splitters==0.3.0
43
+ langsmith==0.1.125
44
+ Lazify==0.4.0
45
+ literalai==0.0.607
46
+ marshmallow==3.22.0
47
+ multidict==6.1.0
48
+ mypy-extensions==1.0.0
49
+ nest-asyncio==1.6.0
50
+ numpy==1.26.4
51
+ openai==1.47.0
52
+ opentelemetry-api==1.27.0
53
+ opentelemetry-exporter-otlp==1.27.0
54
+ opentelemetry-exporter-otlp-proto-common==1.27.0
55
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
56
+ opentelemetry-exporter-otlp-proto-http==1.27.0
57
+ opentelemetry-instrumentation==0.48b0
58
+ opentelemetry-proto==1.27.0
59
+ opentelemetry-sdk==1.27.0
60
+ opentelemetry-semantic-conventions==0.48b0
61
+ orjson==3.10.7
62
+ packaging==23.2
63
+ portalocker==2.10.1
64
+ protobuf==4.25.5
65
+ pydantic==2.9.2
66
+ pydantic-settings==2.5.2
67
+ pydantic_core==2.23.4
68
+ PyJWT==2.9.0
69
+ python-dotenv==1.0.1
70
+ python-engineio==4.9.1
71
+ python-multipart==0.0.9
72
+ python-socketio==5.11.4
73
+ pytz==2024.2
74
+ PyYAML==6.0.2
75
+ qdrant-client==1.11.2
76
+ regex==2024.9.11
77
+ requests==2.32.3
78
+ simple-websocket==1.0.0
79
+ sniffio==1.3.1
80
+ SQLAlchemy==2.0.35
81
+ starlette==0.37.2
82
+ syncer==2.0.3
83
+ tenacity==8.5.0
84
+ tiktoken==0.7.0
85
+ tomli==2.0.1
86
+ tqdm==4.66.5
87
+ typing-inspect==0.9.0
88
+ typing_extensions==4.12.2
89
+ uptrace==1.26.0
90
+ urllib3==2.2.3
91
+ uvicorn==0.25.0
92
+ watchfiles==0.20.0
93
+ wrapt==1.16.0
94
+ wsproto==1.2.0
95
+ yarl==1.11.1
96
+ zipp==3.20.2