From 9e945ed355f2bcd6c03e3292fe664e8530cc2641 Mon Sep 17 00:00:00 2001 From: Huu Le <39040748+leehuwuj@users.noreply.github.com> Date: Fri, 31 May 2024 15:12:14 +0700 Subject: [PATCH] bump llama_index and gemini version (#106) --- helpers/python.ts | 2 +- templates/types/streaming/fastapi/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/python.ts b/helpers/python.ts index ccc4cec9..b655f698 100644 --- a/helpers/python.ts +++ b/helpers/python.ts @@ -160,7 +160,7 @@ const getAdditionalDependencies = ( case "gemini": dependencies.push({ name: "llama-index-llms-gemini", - version: "0.1.7", + version: "0.1.10", }); dependencies.push({ name: "llama-index-embeddings-gemini", diff --git a/templates/types/streaming/fastapi/pyproject.toml b/templates/types/streaming/fastapi/pyproject.toml index 33737fdc..221802d9 100644 --- a/templates/types/streaming/fastapi/pyproject.toml +++ b/templates/types/streaming/fastapi/pyproject.toml @@ -14,8 +14,8 @@ fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } python-dotenv = "^1.0.0" aiostream = "^0.5.2" -llama-index = "0.10.28" -llama-index-core = "0.10.28" +llama-index = "0.10.41" +llama-index-core = "0.10.41" cachetools = "^5.3.3" [build-system] -- GitLab