alvinhenrick commited on
Commit
3ec6da5
1 Parent(s): 7686ee5

update dep

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +12 -12
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -7,28 +7,28 @@ readme = "README.md"
7
 
8
  [tool.poetry.dependencies]
9
  python = ">=3.10,<3.13"
10
- llama-index-core = ">=0.11.17"
11
  llama-index-readers-file = ">=0.2.2"
12
  llama-index-vector-stores-faiss = ">=0.2.1"
13
- llama-index-utils-workflow = ">=0.2.1"
14
  llama-index-embeddings-huggingface = ">=0.3.1"
15
- llama-index-llms-openai = ">=0.2.13"
16
  llama-index-agent-openai = ">=0.3.4"
17
- llama-index-vector-stores-kdbai = ">=0.3.2"
18
  llama-index-embeddings-openai = ">=0.2.5"
19
  beautifulsoup4 = ">=4.12.3"
20
  lxml = ">=5.3.0"
21
- langchain = ">=0.3.3"
22
  faiss-cpu = ">=1.8.0.post1"
23
- sentence-transformers = ">=3.0.1"
24
- tqdm = ">=4.66.5"
25
- transformers = ">=4.44.2"
26
- torch = ">=2.4.1"
27
  nltk = ">=3.9.1"
28
- dspy-ai = ">=2.4.14"
29
  python-dotenv = ">=1.0.1"
30
- accelerate = ">=0.33.0"
31
- gradio = ">=4.42.0"
32
  pydantic = ">=2.9.2"
33
  kdbai-client = "^1.3.0"
34
  loguru = "^0.7.2"
 
7
 
8
  [tool.poetry.dependencies]
9
  python = ">=3.10,<3.13"
10
+ llama-index-core = ">=0.11.21"
11
  llama-index-readers-file = ">=0.2.2"
12
  llama-index-vector-stores-faiss = ">=0.2.1"
13
+ llama-index-utils-workflow = ">=0.2.2"
14
  llama-index-embeddings-huggingface = ">=0.3.1"
15
+ llama-index-llms-openai = ">=0.2.16"
16
  llama-index-agent-openai = ">=0.3.4"
17
+ llama-index-vector-stores-kdbai = ">=0.4.0"
18
  llama-index-embeddings-openai = ">=0.2.5"
19
  beautifulsoup4 = ">=4.12.3"
20
  lxml = ">=5.3.0"
21
+ langchain = ">=0.3.7"
22
  faiss-cpu = ">=1.8.0.post1"
23
+ sentence-transformers = ">=3.2.1"
24
+ tqdm = ">=4.66.6"
25
+ transformers = ">=4.46.1"
26
+ torch = ">=2.5.1"
27
  nltk = ">=3.9.1"
28
+ dspy-ai = ">=2.5.29"
29
  python-dotenv = ">=1.0.1"
30
+ accelerate = ">=1.1.1"
31
+ gradio = ">=5.5.0"
32
  pydantic = ">=2.9.2"
33
  kdbai-client = "^1.3.0"
34
  loguru = "^0.7.2"