From 6311fa066a934ea41f653f762fc8e9c61675e987 Mon Sep 17 00:00:00 2001 From: "laura.kindelan-lohse" Date: Mon, 7 Oct 2024 09:17:25 +0200 Subject: [PATCH 1/2] Llama-index Version Update --- templates/types/streaming/fastapi/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/types/streaming/fastapi/pyproject.toml b/templates/types/streaming/fastapi/pyproject.toml index f98ffe31..2bc6d9e0 100644 --- a/templates/types/streaming/fastapi/pyproject.toml +++ b/templates/types/streaming/fastapi/pyproject.toml @@ -14,8 +14,8 @@ python = "^3.11,<3.12" fastapi = "^0.109.1" uvicorn = { extras = ["standard"], version = "^0.23.2" } python-dotenv = "^1.0.0" -llama-index = "0.10.15" -llama-index-core = "0.10.15" +llama-index = "0.10.68" +llama-index-core = "0.10.68" llama-index-agent-openai = "0.1.5" llama-index-llms-openai-like="^0.1.3" From 38e35e04c6460a50a4f29bd60ded8b7aa054c336 Mon Sep 17 00:00:00 2001 From: "laura.kindelan-lohse" Date: Mon, 7 Oct 2024 12:16:28 +0200 Subject: [PATCH 2/2] Update Licenses for Compliance Check --- helpers/proxy.ts | 4 ++++ pnpm-lock.yaml | 4 ++++ scripts/build.bat | 4 ++++ scripts/pack.bat | 4 ++++ types/global-agent.d.ts | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/helpers/proxy.ts b/helpers/proxy.ts index 2973926c..9a4b9ee0 100644 --- a/helpers/proxy.ts +++ b/helpers/proxy.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 Deutsche Telekom AG, LlamaIndex, Vercel, Inc. +// +// SPDX-License-Identifier: MIT + /* Function to conditionally load the global-agent/bootstrap module */ export async function initializeGlobalAgent() { if (process.env.GLOBAL_AGENT_HTTP_PROXY) { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbf71adc..2e68b1d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Deutsche Telekom AG, LlamaIndex, Vercel, Inc. +# +# SPDX-License-Identifier: MIT + lockfileVersion: '6.0' settings: diff --git a/scripts/build.bat b/scripts/build.bat index 968651c4..ca384379 100644 --- a/scripts/build.bat +++ b/scripts/build.bat @@ -1,3 +1,7 @@ +REM SPDX-FileCopyrightText: 2024 Deutsche Telekom AG, LlamaIndex, Vercel, Inc. +REM +REM SPDX-License-Identifier: MIT + @echo off rem Build dist/index.js file diff --git a/scripts/pack.bat b/scripts/pack.bat index b721b08e..8b74f1f2 100644 --- a/scripts/pack.bat +++ b/scripts/pack.bat @@ -1,3 +1,7 @@ +REM SPDX-FileCopyrightText: 2024 Deutsche Telekom AG, LlamaIndex, Vercel, Inc. +REM +REM SPDX-License-Identifier: MIT + pnpm pack for /f %%i in ('dir /b /s *.tgz') do set "package=%%i" npm install -g %package% \ No newline at end of file diff --git a/types/global-agent.d.ts b/types/global-agent.d.ts index 72260bfa..d791bafd 100644 --- a/types/global-agent.d.ts +++ b/types/global-agent.d.ts @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 Deutsche Telekom AG, LlamaIndex, Vercel, Inc. +// +// SPDX-License-Identifier: MIT + /*types/global-agent.d.ts */ declare module "global-agent/bootstrap" { const anyType: any;