forked from sujee/data-prep-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
56 lines (40 loc) · 828 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## Data prep kit
data-prep-toolkit-transforms==0.2.1.dev1
data-prep-toolkit-transforms-ray==0.2.1.dev1
# Milvus
pymilvus
pymilvus[model]
# datasets
datasets
## Torch and enbeddings
torch
sentence-transformers
## --- Parquet
pandas
pyarrow
## --- Replicate
replicate
## --- llama-index
llama-index
### llama-index embedding models
llama-index-embeddings-huggingface
## llama-index-embeddings-mistralai
## llama-index-embeddings-openai== 0.1.7
### llama-index LLM interfaces
llama-index-llms-replicate
## llama-index-llms-mistralai
## llama-index-llms-openai==0.1.12
# llama-index-llms-llama-cpp
### llama-index Vector dbs
llama-index-vector-stores-milvus
# --- Utils
python-dotenv==1.0.0
humanfriendly
## --- Jupyter Utils
jupyterlab
ipykernel
ipython
ipywidgets
IProgress
chardet==5.2.0
charset-normalizer==3.3.2