ilia_khristoforov commited on
Commit
1e5e466
1 Parent(s): 304e51f

изменено: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +123 -8
requirements.txt CHANGED
@@ -1,8 +1,123 @@
1
- openai
2
- tiktoken
3
- chromadb
4
- langchain
5
- unstructured
6
- unstructured[local-inference]
7
- pandas
8
- tabulate
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.0
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ backoff==2.2.1
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ chromadb==0.3.22
12
+ click==8.1.3
13
+ clickhouse-connect==0.5.24
14
+ cmake==3.26.3
15
+ contourpy==1.0.7
16
+ cycler==0.11.0
17
+ dataclasses-json==0.5.7
18
+ duckdb==0.7.1
19
+ fastapi==0.95.1
20
+ ffmpy==0.3.0
21
+ filelock==3.12.0
22
+ fonttools==4.39.4
23
+ frozenlist==1.3.3
24
+ fsspec==2023.5.0
25
+ gradio==3.29.0
26
+ gradio_client==0.2.2
27
+ greenlet==2.0.2
28
+ h11==0.14.0
29
+ hnswlib==0.7.0
30
+ httpcore==0.17.0
31
+ httptools==0.5.0
32
+ httpx==0.24.0
33
+ huggingface-hub==0.14.1
34
+ idna==3.4
35
+ importlib-resources==5.12.0
36
+ Jinja2==3.1.2
37
+ joblib==1.2.0
38
+ jsonschema==4.17.3
39
+ kiwisolver==1.4.4
40
+ langchain==0.0.164
41
+ linkify-it-py==2.0.2
42
+ lit==16.0.3
43
+ lz4==4.3.2
44
+ markdown-it-py==2.2.0
45
+ MarkupSafe==2.1.2
46
+ marshmallow==3.19.0
47
+ marshmallow-enum==1.5.1
48
+ matplotlib==3.7.1
49
+ mdit-py-plugins==0.3.3
50
+ mdurl==0.1.2
51
+ monotonic==1.6
52
+ mpmath==1.3.0
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ networkx==3.1
56
+ nltk==3.8.1
57
+ numexpr==2.8.4
58
+ numpy==1.24.3
59
+ nvidia-cublas-cu11==11.10.3.66
60
+ nvidia-cuda-cupti-cu11==11.7.101
61
+ nvidia-cuda-nvrtc-cu11==11.7.99
62
+ nvidia-cuda-runtime-cu11==11.7.99
63
+ nvidia-cudnn-cu11==8.5.0.96
64
+ nvidia-cufft-cu11==10.9.0.58
65
+ nvidia-curand-cu11==10.2.10.91
66
+ nvidia-cusolver-cu11==11.4.0.1
67
+ nvidia-cusparse-cu11==11.7.4.91
68
+ nvidia-nccl-cu11==2.14.3
69
+ nvidia-nvtx-cu11==11.7.91
70
+ openai==0.27.6
71
+ openapi-schema-pydantic==1.2.4
72
+ orjson==3.8.12
73
+ packaging==23.1
74
+ pandas==2.0.1
75
+ Pillow==9.5.0
76
+ pkgutil_resolve_name==1.3.10
77
+ posthog==3.0.1
78
+ pydantic==1.10.7
79
+ pydub==0.25.1
80
+ Pygments==2.15.1
81
+ pyparsing==3.0.9
82
+ pypdf==3.8.1
83
+ pyrsistent==0.19.3
84
+ python-dateutil==2.8.2
85
+ python-dotenv==1.0.0
86
+ python-multipart==0.0.6
87
+ pytz==2023.3
88
+ PyYAML==6.0
89
+ regex==2023.5.5
90
+ requests==2.30.0
91
+ scikit-learn==1.2.2
92
+ scipy==1.10.1
93
+ semantic-version==2.10.0
94
+ sentence-transformers==2.2.2
95
+ sentencepiece==0.1.99
96
+ six==1.16.0
97
+ sniffio==1.3.0
98
+ SQLAlchemy==2.0.12
99
+ starlette==0.26.1
100
+ sympy==1.12
101
+ tabulate==0.9.0
102
+ tenacity==8.2.2
103
+ threadpoolctl==3.1.0
104
+ tiktoken==0.4.0
105
+ tokenizers==0.13.3
106
+ toolz==0.12.0
107
+ torch==2.0.1
108
+ torchvision==0.15.2
109
+ tqdm==4.65.0
110
+ transformers==4.29.0
111
+ triton==2.0.0
112
+ typing-inspect==0.8.0
113
+ typing_extensions==4.5.0
114
+ tzdata==2023.3
115
+ uc-micro-py==1.0.2
116
+ urllib3==2.0.2
117
+ uvicorn==0.22.0
118
+ uvloop==0.17.0
119
+ watchfiles==0.19.0
120
+ websockets==11.0.3
121
+ yarl==1.9.2
122
+ zipp==3.15.0
123
+ zstandard==0.21.0