Abdo1Kamr commited on
Commit
7ede173
1 Parent(s): c9a466c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -0
requirements.txt ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.6
2
+ aiosignal==1.3.1
3
+ anyio==4.0.0
4
+ async-timeout==4.0.3
5
+ attrs==23.1.0
6
+ Authlib==1.2.1
7
+ beautifulsoup4==4.12.2
8
+ blis==0.7.11
9
+ cachetools==5.3.1
10
+ catalogue==2.0.10
11
+ certifi==2022.12.7
12
+ cffi==1.16.0
13
+ charset-normalizer==3.1.0
14
+ click==8.1.7
15
+ cloudpathlib==0.16.0
16
+ cloudpickle==2.2.1
17
+ confection==0.1.3
18
+ cryptography==41.0.4
19
+ cymem==2.0.8
20
+ dataclasses-json==0.5.14
21
+ DateTime==5.1
22
+ dill==0.3.7
23
+ distlib==0.3.6
24
+ dnspython==2.4.2
25
+ elastic-transport==8.4.1
26
+ elasticsearch==8.10.1
27
+ exceptiongroup==1.1.3
28
+ faiss-cpu==1.7.4
29
+ filelock==3.12.0
30
+ frozenlist==1.4.0
31
+ fsspec==2023.9.2
32
+ future==0.18.3
33
+ google-api-core==2.12.0
34
+ google-api-python-client==2.70.0
35
+ google-auth==2.23.3
36
+ google-auth-httplib2==0.1.1
37
+ googleapis-common-protos==1.61.0
38
+ grpcio==1.59.0
39
+ grpcio-tools==1.59.0
40
+ h11==0.14.0
41
+ h2==4.1.0
42
+ hpack==4.0.0
43
+ httpcore==0.18.0
44
+ httplib2==0.22.0
45
+ httpx==0.25.0
46
+ huggingface-hub==0.17.3
47
+ hyperframe==6.0.1
48
+ hyperopt==0.2.7
49
+ idna==3.4
50
+ jaraco.context==4.3.0
51
+ Jinja2==3.1.2
52
+ joblib==1.3.2
53
+ langchain==0.0.74
54
+ langchainplus-sdk==0.0.20
55
+ langcodes==3.3.0
56
+ loguru==0.7.2
57
+ manifest-ml==0.0.1
58
+ MarkupSafe==2.1.3
59
+ marshmallow==3.20.1
60
+ more-itertools==10.1.0
61
+ multidict==6.0.4
62
+ murmurhash==1.0.10
63
+ mypy-extensions==1.0.0
64
+ networkx==3.1
65
+ nltk==3.8.1
66
+ numexpr==2.8.7
67
+ numpy==1.24.3
68
+ openai==0.27.8
69
+ openapi-schema-pydantic==1.2.4
70
+ packaging==23.2
71
+ pathy==0.10.2
72
+ pinecone-client==2.2.4
73
+ platformdirs==3.5.0
74
+ preshed==3.0.9
75
+ protobuf==4.24.4
76
+ psycopg2-binary==2.9.5
77
+ py4j==0.10.9.7
78
+ pyasn1==0.5.0
79
+ pyasn1-modules==0.3.0
80
+ pycparser==2.21
81
+ pydantic==1.10.13
82
+ pyparsing==3.1.1
83
+ python-dateutil==2.8.2
84
+ pytz==2023.3
85
+ PyYAML==6.0.1
86
+ qdrant-client==0.11.10
87
+ rasa==0.0.5
88
+ redis==4.6.0
89
+ regex==2023.10.3
90
+ requests==2.31.0
91
+ rsa==4.9
92
+ safetensors==0.4.0
93
+ scipy==1.10.1
94
+ six==1.16.0
95
+ smart-open==6.4.0
96
+ sniffio==1.3.0
97
+ soupsieve==2.5
98
+ spacy==3.7.1
99
+ spacy-legacy==3.0.12
100
+ spacy-loggers==1.0.5
101
+ SQLAlchemy==1.4.49
102
+ sqlitedict==2.1.0
103
+ srsly==2.4.8
104
+ tenacity==8.2.3
105
+ tensorflow-text==2.6.0
106
+ thinc==8.2.1
107
+ tiktoken==0.5.1
108
+ tokenizers==0.14.1
109
+ torch==1.13.1
110
+ tqdm==4.65.0
111
+ transformers==4.34.0
112
+ typer==0.9.0
113
+ typing-inspect==0.9.0
114
+ typing_extensions==4.8.0
115
+ uritemplate==4.1.1
116
+ urllib3==1.26.15
117
+ validators==0.22.0
118
+ virtualenv==20.23.0
119
+ wasabi==1.1.2
120
+ weasel==0.3.3
121
+ weaviate-client==3.24.2
122
+ wikipedia==1.4.0
123
+ wolframalpha==5.0.0
124
+ xgboost==1.7.5
125
+ xmltodict==0.13.0
126
+ yarl==1.9.2
127
+ zope.interface==6.0