mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #228] [MERGED] feat: Add Weaviate vector store for Typescript templates #361
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/228
Author: @leehuwuj
Created: 8/12/2024
Status: ✅ Merged
Merged: 8/12/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/weaviate-ts📝 Commits (2)
765df94bump llamaindex, add weaviate vector store, add missing private=false settinga1e8bbdadd changeset📊 Changes
11 files changed (+119 additions, -15 deletions)
View changed files
➕
.changeset/chilly-toys-bow.md(+5 -0)📝
templates/components/loaders/typescript/file/loader.ts(+9 -1)📝
templates/components/loaders/typescript/llama_parse/loader.ts(+9 -1)📝
templates/components/vectordbs/typescript/llamacloud/generate.ts(+1 -7)📝
templates/components/vectordbs/typescript/none/generate.ts(+0 -4)➕
templates/components/vectordbs/typescript/weaviate/generate.ts(+33 -0)➕
templates/components/vectordbs/typescript/weaviate/index.ts(+14 -0)➕
templates/components/vectordbs/typescript/weaviate/queryFilter.ts(+26 -0)➕
templates/components/vectordbs/typescript/weaviate/shared.ts(+20 -0)📝
templates/types/streaming/express/package.json(+1 -1)📝
templates/types/streaming/nextjs/package.json(+1 -1)📄 Description
Summary by CodeRabbit
New Features
Bug Fixes
Chores
llamaindexlibrary version for potential improvements and bug fixes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.