jeevan commited on
Commit
8e4dbc7
·
1 Parent(s): c745a0f

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +116 -13
requirements.txt CHANGED
@@ -1,14 +1,117 @@
1
- qdrant-client==1.11.0
 
 
 
 
 
 
 
 
 
 
 
 
2
  chainlit==0.7.700
3
- langchain-qdrant
4
- langsmith
5
- langchain_core
6
- langchain_openai
7
- langchain_community
8
- langchain-text-splitters
9
- openai
10
- tiktoken
11
- cohere
12
- lxml
13
- pymupdf
14
- pypdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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==3.7.1
7
+ async-timeout==4.0.3
8
+ asyncer==0.0.2
9
+ attrs==24.2.0
10
+ bidict==0.23.1
11
+ boto3==1.35.10
12
+ botocore==1.35.10
13
+ certifi==2024.8.30
14
  chainlit==0.7.700
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ cohere==5.9.0
18
+ dataclasses-json==0.5.14
19
+ Deprecated==1.2.14
20
+ distro==1.9.0
21
+ exceptiongroup==1.2.2
22
+ fastapi==0.100.1
23
+ fastapi-socketio==0.0.10
24
+ fastavro==1.9.5
25
+ filelock==3.15.4
26
+ filetype==1.2.0
27
+ frozenlist==1.4.1
28
+ fsspec==2024.6.1
29
+ googleapis-common-protos==1.65.0
30
+ grpcio==1.66.1
31
+ grpcio-tools==1.62.3
32
+ h11==0.14.0
33
+ h2==4.1.0
34
+ hpack==4.0.0
35
+ httpcore==0.17.3
36
+ httpx==0.24.1
37
+ httpx-sse==0.4.0
38
+ huggingface-hub==0.24.6
39
+ hyperframe==6.0.1
40
+ idna==3.8
41
+ importlib_metadata==8.4.0
42
+ jiter==0.5.0
43
+ jmespath==1.0.1
44
+ jsonpatch==1.33
45
+ jsonpointer==3.0.0
46
+ langchain==0.2.15
47
+ langchain-community==0.2.15
48
+ langchain-core==0.2.37
49
+ langchain-openai==0.1.23
50
+ langchain-qdrant==0.1.3
51
+ langchain-text-splitters==0.2.2
52
+ langsmith==0.1.108
53
+ Lazify==0.4.0
54
+ lxml==5.3.0
55
+ marshmallow==3.22.0
56
+ multidict==6.0.5
57
+ mypy-extensions==1.0.0
58
+ nest-asyncio==1.6.0
59
+ numpy==1.26.4
60
+ openai==1.43.0
61
+ opentelemetry-api==1.27.0
62
+ opentelemetry-exporter-otlp==1.27.0
63
+ opentelemetry-exporter-otlp-proto-common==1.27.0
64
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
65
+ opentelemetry-exporter-otlp-proto-http==1.27.0
66
+ opentelemetry-instrumentation==0.48b0
67
+ opentelemetry-proto==1.27.0
68
+ opentelemetry-sdk==1.27.0
69
+ opentelemetry-semantic-conventions==0.48b0
70
+ orjson==3.10.7
71
+ packaging==23.2
72
+ parameterized==0.9.0
73
+ pipdeptree==2.23.1
74
+ portalocker==2.10.1
75
+ protobuf==4.25.4
76
+ pydantic==2.8.2
77
+ pydantic_core==2.20.1
78
+ PyJWT==2.9.0
79
+ PyMuPDF==1.24.9
80
+ PyMuPDFb==1.24.9
81
+ pypdf==4.3.1
82
+ python-dateutil==2.9.0.post0
83
+ python-dotenv==1.0.1
84
+ python-engineio==4.9.1
85
+ python-graphql-client==0.4.3
86
+ python-multipart==0.0.6
87
+ python-socketio==5.11.3
88
+ PyYAML==6.0.2
89
+ qdrant-client==1.11.0
90
+ regex==2024.7.24
91
+ requests==2.32.3
92
+ s3transfer==0.10.2
93
+ simple-websocket==1.0.0
94
+ six==1.16.0
95
+ sniffio==1.3.1
96
+ SQLAlchemy==2.0.32
97
+ starlette==0.27.0
98
+ syncer==2.0.3
99
+ tenacity==8.5.0
100
+ tiktoken==0.7.0
101
+ tokenizers==0.20.0
102
+ tomli==2.0.1
103
+ tqdm==4.66.5
104
+ types-requests==2.31.0.6
105
+ types-urllib3==1.26.25.14
106
+ typing-inspect==0.9.0
107
+ typing_extensions==4.12.2
108
+ uptrace==1.26.0
109
+ urllib3==1.26.20
110
+ uvicorn==0.23.2
111
+ watchfiles==0.20.0
112
+ websockets==13.0.1
113
+ wrapt==1.16.0
114
+ wsproto==1.2.0
115
+ yarl==1.9.6
116
+ zipp==3.20.1
117
+