akileshjayakumar commited on
Commit
3327b6c
1 Parent(s): e2176eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -4
requirements.txt CHANGED
@@ -1,6 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==4.41.0
2
- openai==1.40.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  langchain==0.2.12
4
- langchain-openai==0.0.8
5
- langchain-community==0.0.31
6
- qdrant-client==1.9.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.3.5
3
+ aiohttp==3.10.3
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==24.2.0
10
+ certifi==2024.7.4
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ comm==0.2.2
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ dataclasses-json==0.6.7
17
+ debugpy==1.8.5
18
+ decorator==5.1.1
19
+ distro==1.9.0
20
+ exceptiongroup==1.2.2
21
+ executing==2.0.1
22
+ faiss-cpu==1.8.0.post1
23
+ fastapi==0.112.0
24
+ ffmpy==0.4.0
25
+ filelock==3.15.4
26
+ fonttools==4.53.1
27
+ frozenlist==1.4.1
28
+ fsspec==2024.6.1
29
  gradio==4.41.0
30
+ gradio_client==1.3.0
31
+ greenlet==3.0.3
32
+ grpcio==1.65.4
33
+ grpcio-tools==1.65.4
34
+ h11==0.14.0
35
+ h2==4.1.0
36
+ hpack==4.0.0
37
+ httpcore==1.0.5
38
+ httpx==0.27.0
39
+ huggingface-hub==0.24.5
40
+ hyperframe==6.0.1
41
+ idna==3.7
42
+ importlib_resources==6.4.0
43
+ ipykernel==6.29.5
44
+ ipython==8.26.0
45
+ jedi==0.19.1
46
+ Jinja2==3.1.4
47
+ jiter==0.5.0
48
+ jsonpatch==1.33
49
+ jsonpointer==3.0.0
50
+ jupyter_client==8.6.2
51
+ jupyter_core==5.7.2
52
+ kiwisolver==1.4.5
53
  langchain==0.2.12
54
+ langchain-community==0.2.11
55
+ langchain-core==0.2.29
56
+ langchain-openai==0.1.21
57
+ langchain-text-splitters==0.2.2
58
+ langsmith==0.1.98
59
+ markdown-it-py==3.0.0
60
+ MarkupSafe==2.1.5
61
+ marshmallow==3.21.3
62
+ matplotlib==3.9.1.post1
63
+ matplotlib-inline==0.1.7
64
+ mdurl==0.1.2
65
+ multidict==6.0.5
66
+ mypy-extensions==1.0.0
67
+ nest-asyncio==1.6.0
68
+ numpy==1.26.4
69
+ openai==1.40.3
70
+ orjson==3.10.7
71
+ packaging==23.2
72
+ pandas==2.2.2
73
+ parso==0.8.4
74
+ pexpect==4.9.0
75
+ pillow==10.4.0
76
+ platformdirs==4.2.2
77
+ portalocker==2.10.1
78
+ prompt_toolkit==3.0.47
79
+ protobuf==5.27.3
80
+ psutil==6.0.0
81
+ ptyprocess==0.7.0
82
+ pure_eval==0.2.3
83
+ pydantic==2.8.2
84
+ pydantic_core==2.20.1
85
+ pydub==0.25.1
86
+ Pygments==2.18.0
87
+ pyparsing==3.1.2
88
+ python-dateutil==2.9.0.post0
89
+ python-dotenv==1.0.1
90
+ python-multipart==0.0.9
91
+ pytz==2024.1
92
+ PyYAML==6.0.2
93
+ pyzmq==26.1.0
94
+ qdrant-client==1.9.1
95
+ regex==2024.7.24
96
+ requests==2.32.3
97
+ rich==13.7.1
98
+ ruff==0.5.7
99
+ semantic-version==2.10.0
100
+ shellingham==1.5.4
101
+ six==1.16.0
102
+ sniffio==1.3.1
103
+ SQLAlchemy==2.0.32
104
+ stack-data==0.6.3
105
+ starlette==0.37.2
106
+ tenacity==8.5.0
107
+ tiktoken==0.7.0
108
+ tomlkit==0.12.0
109
+ tornado==6.4.1
110
+ tqdm==4.66.5
111
+ traitlets==5.14.3
112
+ typer==0.12.3
113
+ typing-inspect==0.9.0
114
+ typing_extensions==4.12.2
115
+ tzdata==2024.1
116
+ urllib3==2.2.2
117
+ uvicorn==0.30.5
118
+ wcwidth==0.2.13
119
+ websockets==12.0
120
+ yarl==1.9.4