Skip to content

Commit 50f8919

Browse files
committed
chore: Update llama-index packages for extractor template
1 parent beb7869 commit 50f8919

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/types/extractor/fastapi/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ python = "^3.11,<4.0"
1313
fastapi = "^0.109.1"
1414
uvicorn = { extras = ["standard"], version = "^0.23.2" }
1515
python-dotenv = "^1.0.0"
16-
llama-index = "^0.10.58"
16+
llama-index = "^0.11.1"
17+
llama-index-llms-openai = "^0.2.0"
18+
llama-index-embeddings-openai = "^0.2.3"
19+
llama-index-agent-openai = "^0.3.0"
1720
cachetools = "^5.3.3"
1821
reflex = "^0.5.9"
1922

0 commit comments

Comments
 (0)