svijayanand commited on
Commit
8479731
·
verified ·
1 Parent(s): 5d4b896

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -115
requirements.txt CHANGED
@@ -1,117 +1,8 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.9.5
3
- aiosignal==1.3.1
4
- annotated-types==0.6.0
5
- anyio==3.7.1
6
- async-timeout==4.0.3
7
- asyncer==0.0.2
8
- attrs==23.2.0
9
- backoff==2.2.1
10
- bidict==0.23.1
11
- black==24.4.2
12
- boilerpy3==1.0.7
13
- certifi==2024.2.2
14
  chainlit==1.1.101
15
- charset-normalizer==3.3.2
16
- chevron==0.14.0
17
- click==8.1.7
18
- dataclasses-json==0.5.14
19
- datasets==2.19.1
20
- Deprecated==1.2.14
21
- dill==0.3.8
22
- distro==1.9.0
23
- exceptiongroup==1.2.1
24
  faiss-cpu==1.8.0
25
- fastapi==0.110.3
26
- fastapi-socketio==0.0.10
27
- filelock==3.14.0
28
- filetype==1.2.0
29
- frozenlist==1.4.1
30
- fsspec==2024.3.1
31
- googleapis-common-protos==1.63.0
32
- gradio_client==0.2.7
33
- greenlet==3.0.3
34
- grpcio==1.63.0
35
- h11==0.14.0
36
- haystack-ai==2.1.2
37
- haystack-bm25==1.0.2
38
- httpcore==1.0.5
39
- httpx==0.27.0
40
- huggingface-hub==0.23.0
41
- idna==3.7
42
- importlib-metadata==7.0.0
43
- Jinja2==3.1.4
44
- jsonpatch==1.33
45
- jsonpointer==2.4
46
- langchain==0.1.20
47
- langchain-community==0.0.38
48
- langchain-core==0.1.52
49
- langchain-openai==0.1.7
50
- langchain-text-splitters==0.0.2
51
- langsmith==0.1.59
52
- Lazify==0.4.0
53
- lazy-imports==0.3.1
54
- literalai==0.0.601
55
- MarkupSafe==2.1.5
56
- marshmallow==3.21.2
57
- monotonic==1.6
58
- more-itertools==10.2.0
59
- multidict==6.0.5
60
- multiprocess==0.70.16
61
- mypy-extensions==1.0.0
62
- nest-asyncio==1.6.0
63
- networkx==3.3
64
- numpy==1.26.4
65
- openai==1.30.1
66
- opentelemetry-api==1.24.0
67
- opentelemetry-exporter-otlp==1.24.0
68
- opentelemetry-exporter-otlp-proto-common==1.24.0
69
- opentelemetry-exporter-otlp-proto-grpc==1.24.0
70
- opentelemetry-exporter-otlp-proto-http==1.24.0
71
- opentelemetry-instrumentation==0.45b0
72
- opentelemetry-proto==1.24.0
73
- opentelemetry-sdk==1.24.0
74
- opentelemetry-semantic-conventions==0.45b0
75
- orjson==3.10.3
76
- packaging==23.2
77
- pandas==2.2.2
78
- pathspec==0.12.1
79
- platformdirs==4.2.2
80
- posthog==3.5.0
81
- protobuf==4.25.3
82
- pyarrow==16.1.0
83
- pyarrow-hotfix==0.6
84
- pydantic==2.7.1
85
- pydantic_core==2.18.2
86
- PyJWT==2.8.0
87
- python-dateutil==2.9.0.post0
88
- python-dotenv==1.0.1
89
- python-engineio==4.9.1
90
- python-multipart==0.0.9
91
- python-socketio==5.11.2
92
- pytz==2024.1
93
- PyYAML==6.0.1
94
- regex==2024.5.15
95
- requests==2.31.0
96
- simple-websocket==1.0.0
97
- six==1.16.0
98
- sniffio==1.3.1
99
- SQLAlchemy==2.0.30
100
- starlette==0.37.2
101
- syncer==2.0.3
102
- tenacity==8.3.0
103
- tiktoken==0.7.0
104
- tomli==2.0.1
105
- tqdm==4.66.4
106
- typing-inspect==0.9.0
107
- typing_extensions==4.11.0
108
- tzdata==2024.1
109
- uptrace==1.24.0
110
- urllib3==2.2.1
111
- uvicorn==0.25.0
112
- watchfiles==0.20.0
113
- wrapt==1.16.0
114
- wsproto==1.2.0
115
- xxhash==3.4.1
116
- yarl==1.9.4
117
- zipp==3.18.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  chainlit==1.1.101
2
+ langchain_community==0.2.0
3
+ langchain_core==0.2.0
4
+ langchain_openai==0.1.7
 
 
 
 
 
 
5
  faiss-cpu==1.8.0
6
+ sentence-transformers==2.7.0
7
+ gradio-client==0.16.4
8
+