Skip to content
Snippets Groups Projects
Unverified Commit 27333973 authored by Huu Le's avatar Huu Le Committed by GitHub
Browse files

fixed llama-index-core with 0.11.9 (#296)

parent cf3ec97a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ generate = "app.engine.generate:generate_datasource"
[tool.poetry.dependencies]
python = "^3.11"
llama-index-agent-openai = ">=0.3.0,<0.4.0"
llama-index = "^0.11.4"
llama-index = "0.11.9"
llama-index-core = "0.11.9"
fastapi = "^0.112.2"
python-dotenv = "^1.0.0"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment