mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #505] [MERGED] chore: bump LITS 0.9 #548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/505
Author: @thucpn
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/bump-lits-0.9📝 Commits (9)
e5b52c1fix: generate embeddingsac7bd9emissing peer deps in llamaindexc584632feat: append deps based on vectordbfeca4feupdate import to workspace packages2e8fde2fix: use fixed mongo client versione2a1734fix mypy3de5d2bseperate provider settings94faa1cCreate grumpy-snails-listen.md156813cbump: 0.9.1📊 Changes
31 files changed (+274 additions, -213 deletions)
View changed files
➕
.changeset/grumpy-snails-listen.md(+5 -0)📝
helpers/typescript.ts(+90 -22)📝
templates/components/loaders/typescript/file/loader.ts(+1 -1)📝
templates/components/loaders/typescript/llama_parse/loader.ts(+2 -2)➕
templates/components/providers/typescript/anthropic/provider.ts(+19 -0)➕
templates/components/providers/typescript/azure-openai/provider.ts(+49 -0)➕
templates/components/providers/typescript/gemini/provider.ts(+16 -0)➕
templates/components/providers/typescript/groq/provider.ts(+18 -0)➕
templates/components/providers/typescript/mistral/provider.ts(+16 -0)➕
templates/components/providers/typescript/ollama/provider.ts(+16 -0)➕
templates/components/providers/typescript/openai/provider.ts(+17 -0)📝
templates/components/settings/typescript/settings.ts(+4 -165)📝
templates/components/vectordbs/typescript/astra/generate.ts(+1 -1)📝
templates/components/vectordbs/typescript/astra/index.ts(+1 -1)📝
templates/components/vectordbs/typescript/chroma/generate.ts(+1 -1)📝
templates/components/vectordbs/typescript/chroma/index.ts(+1 -1)📝
templates/components/vectordbs/typescript/milvus/generate.ts(+1 -1)📝
templates/components/vectordbs/typescript/milvus/index.ts(+1 -1)📝
templates/components/vectordbs/typescript/mongo/generate.ts(+1 -1)📝
templates/components/vectordbs/typescript/mongo/index.ts(+1 -1)...and 11 more files
📄 Description
Summary by CodeRabbit
New Features
setupProviderfunction for multiple providers to streamline initialization.Refactor
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.