vr18 commited on
Commit
74f9a30
β€’
1 Parent(s): 71f8f61

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +136 -8
requirements.txt CHANGED
@@ -1,8 +1,136 @@
1
- pypdf2
2
- tiktoken
3
- langchain
4
- openai
5
- chromadb==0.3.29
6
- sentence-transformers
7
- streamlit
8
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ bcrypt==4.0.1
11
+ blinker==1.6.3
12
+ cachetools==5.3.1
13
+ certifi==2023.7.22
14
+ cffi==1.16.0
15
+ charset-normalizer==3.3.0
16
+ chroma-hnswlib==0.7.3
17
+ chromadb==0.4.14
18
+ click==8.1.7
19
+ coloredlogs==15.0.1
20
+ contourpy==1.1.1
21
+ cryptography==41.0.4
22
+ cycler==0.12.1
23
+ dataclasses-json==0.6.1
24
+ exceptiongroup==1.1.3
25
+ fastapi==0.103.2
26
+ ffmpy==0.3.1
27
+ filelock==3.12.4
28
+ flatbuffers==23.5.26
29
+ fonttools==4.43.1
30
+ frozenlist==1.4.0
31
+ fsspec==2023.9.2
32
+ gitdb==4.0.10
33
+ GitPython==3.1.37
34
+ gradio==3.47.1
35
+ gradio_client==0.6.0
36
+ grpcio==1.59.0
37
+ h11==0.14.0
38
+ httpcore==0.18.0
39
+ httptools==0.6.0
40
+ httpx==0.25.0
41
+ huggingface-hub==0.17.3
42
+ humanfriendly==10.0
43
+ idna==3.4
44
+ importlib-metadata==6.8.0
45
+ importlib-resources==6.1.0
46
+ Jinja2==3.1.2
47
+ joblib==1.3.2
48
+ jsonpatch==1.33
49
+ jsonpointer==2.4
50
+ jsonschema==4.19.1
51
+ jsonschema-specifications==2023.7.1
52
+ kiwisolver==1.4.5
53
+ langchain==0.0.311
54
+ langsmith==0.0.43
55
+ markdown-it-py==3.0.0
56
+ MarkupSafe==2.1.3
57
+ marshmallow==3.20.1
58
+ matplotlib==3.8.0
59
+ mdurl==0.1.2
60
+ monotonic==1.6
61
+ mpmath==1.3.0
62
+ multidict==6.0.4
63
+ mypy-extensions==1.0.0
64
+ networkx==3.1
65
+ nltk==3.8.1
66
+ numpy==1.26.0
67
+ onnxruntime==1.16.0
68
+ openai==0.28.1
69
+ orjson==3.9.8
70
+ overrides==7.4.0
71
+ packaging==23.2
72
+ pandas==2.1.1
73
+ pdfminer.six==20221105
74
+ pdfplumber==0.10.2
75
+ Pillow==10.0.1
76
+ posthog==3.0.2
77
+ protobuf==4.24.4
78
+ pulsar-client==3.3.0
79
+ pyarrow==13.0.0
80
+ pycparser==2.21
81
+ pydantic==2.4.2
82
+ pydantic_core==2.10.1
83
+ pydeck==0.8.1b0
84
+ pydub==0.25.1
85
+ Pygments==2.16.1
86
+ pyparsing==3.1.1
87
+ PyPDF2==3.0.1
88
+ pypdfium2==4.20.0
89
+ PyPika==0.48.9
90
+ python-dateutil==2.8.2
91
+ python-dotenv==1.0.0
92
+ python-multipart==0.0.6
93
+ pytz==2023.3.post1
94
+ PyYAML==6.0.1
95
+ referencing==0.30.2
96
+ regex==2023.10.3
97
+ requests==2.31.0
98
+ rich==13.6.0
99
+ rpds-py==0.10.4
100
+ safetensors==0.4.0
101
+ scikit-learn==1.3.1
102
+ scipy==1.11.3
103
+ semantic-version==2.10.0
104
+ sentence-transformers==2.2.2
105
+ sentencepiece==0.1.99
106
+ six==1.16.0
107
+ smmap==5.0.1
108
+ sniffio==1.3.0
109
+ SQLAlchemy==2.0.21
110
+ starlette==0.27.0
111
+ streamlit==1.27.2
112
+ sympy==1.12
113
+ tenacity==8.2.3
114
+ threadpoolctl==3.2.0
115
+ tiktoken==0.5.1
116
+ tokenizers==0.14.1
117
+ toml==0.10.2
118
+ toolz==0.12.0
119
+ torch==2.1.0
120
+ torchvision==0.16.0
121
+ tornado==6.3.3
122
+ tqdm==4.66.1
123
+ transformers==4.34.0
124
+ typer==0.9.0
125
+ typing-inspect==0.9.0
126
+ typing_extensions==4.8.0
127
+ tzdata==2023.3
128
+ tzlocal==5.1
129
+ urllib3==2.0.6
130
+ uvicorn==0.23.2
131
+ uvloop==0.17.0
132
+ validators==0.22.0
133
+ watchfiles==0.20.0
134
+ websockets==11.0.3
135
+ yarl==1.9.2
136
+ zipp==3.17.0