Humanlearning commited on
Commit
7ed8bad
·
1 Parent(s): 5e4f9b3

+ requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt CHANGED
@@ -19,6 +19,7 @@ deprecated==1.2.18
19
  dirtyjson==1.0.8
20
  distro==1.9.0
21
  dotenv==0.9.9
 
22
  fastapi==0.115.12
23
  ffmpy==0.6.0
24
  filelock==3.18.0
@@ -44,25 +45,30 @@ llama-index==0.12.40
44
  llama-index-agent-openai==0.4.9
45
  llama-index-cli==0.4.3
46
  llama-index-core==0.12.40
 
47
  llama-index-embeddings-openai==0.3.1
48
  llama-index-indices-managed-llama-cloud==0.7.4
 
49
  llama-index-llms-openai==0.4.3
50
  llama-index-multi-modal-llms-openai==0.5.1
51
  llama-index-program-openai==0.3.2
52
  llama-index-question-gen-openai==0.3.1
53
  llama-index-readers-file==0.4.9
54
  llama-index-readers-llama-parse==0.4.0
 
55
  llama-parse==0.6.30
56
  markdown-it-py==3.0.0
57
  markupsafe==3.0.2
58
  marshmallow==3.26.1
59
  mdurl==0.1.2
 
60
  multidict==6.4.4
61
  mypy-extensions==1.1.0
62
  nest-asyncio==1.6.0
63
  networkx==3.5
64
  nltk==3.9.1
65
  numpy==2.2.6
 
66
  openai==1.84.0
67
  orjson==3.10.18
68
  packaging==25.0
@@ -85,7 +91,12 @@ requests==2.32.3
85
  rich==14.0.0
86
  ruff==0.11.13
87
  safehttpx==0.1.6
 
 
 
88
  semantic-version==2.10.0
 
 
89
  shellingham==1.5.4
90
  six==1.17.0
91
  sniffio==1.3.1
@@ -93,11 +104,16 @@ soupsieve==2.7
93
  sqlalchemy==2.0.41
94
  starlette==0.46.2
95
  striprtf==0.0.26
 
96
  tavily-python==0.7.5
97
  tenacity==9.1.2
 
98
  tiktoken==0.9.0
 
99
  tomlkit==0.13.3
 
100
  tqdm==4.67.1
 
101
  typer==0.16.0
102
  typing-extensions==4.14.0
103
  typing-inspect==0.9.0
 
19
  dirtyjson==1.0.8
20
  distro==1.9.0
21
  dotenv==0.9.9
22
+ faiss-cpu==1.11.0
23
  fastapi==0.115.12
24
  ffmpy==0.6.0
25
  filelock==3.18.0
 
45
  llama-index-agent-openai==0.4.9
46
  llama-index-cli==0.4.3
47
  llama-index-core==0.12.40
48
+ llama-index-embeddings-huggingface==0.5.4
49
  llama-index-embeddings-openai==0.3.1
50
  llama-index-indices-managed-llama-cloud==0.7.4
51
+ llama-index-llms-ollama==0.6.2
52
  llama-index-llms-openai==0.4.3
53
  llama-index-multi-modal-llms-openai==0.5.1
54
  llama-index-program-openai==0.3.2
55
  llama-index-question-gen-openai==0.3.1
56
  llama-index-readers-file==0.4.9
57
  llama-index-readers-llama-parse==0.4.0
58
+ llama-index-vector-stores-faiss==0.4.0
59
  llama-parse==0.6.30
60
  markdown-it-py==3.0.0
61
  markupsafe==3.0.2
62
  marshmallow==3.26.1
63
  mdurl==0.1.2
64
+ mpmath==1.3.0
65
  multidict==6.4.4
66
  mypy-extensions==1.1.0
67
  nest-asyncio==1.6.0
68
  networkx==3.5
69
  nltk==3.9.1
70
  numpy==2.2.6
71
+ ollama==0.5.1
72
  openai==1.84.0
73
  orjson==3.10.18
74
  packaging==25.0
 
91
  rich==14.0.0
92
  ruff==0.11.13
93
  safehttpx==0.1.6
94
+ safetensors==0.5.3
95
+ scikit-learn==1.7.0
96
+ scipy==1.15.3
97
  semantic-version==2.10.0
98
+ sentence-transformers==4.1.0
99
+ setuptools==80.9.0
100
  shellingham==1.5.4
101
  six==1.17.0
102
  sniffio==1.3.1
 
104
  sqlalchemy==2.0.41
105
  starlette==0.46.2
106
  striprtf==0.0.26
107
+ sympy==1.14.0
108
  tavily-python==0.7.5
109
  tenacity==9.1.2
110
+ threadpoolctl==3.6.0
111
  tiktoken==0.9.0
112
+ tokenizers==0.21.1
113
  tomlkit==0.13.3
114
+ torch==2.7.1
115
  tqdm==4.67.1
116
+ transformers==4.52.4
117
  typer==0.16.0
118
  typing-extensions==4.14.0
119
  typing-inspect==0.9.0