[PR #228] [MERGED] feat: Add Weaviate vector store for Typescript templates #361

Closed
opened 2026-02-15 19:17:23 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/weaviate-ts


📝 Commits (2)

  • 765df94 bump llamaindex, add weaviate vector store, add missing private=false setting
  • a1e8bbd add 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

    • Integrated Weaviate vector store, enhancing data management and retrieval capabilities.
    • Introduced functionality for filtering documents based on privacy status.
    • Added a mechanism for managing required environment variables.
  • Bug Fixes

    • Updated document processing logic to ensure consistent public visibility settings.
  • Chores

    • Upgraded llamaindex library version for potential improvements and bug fixes.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/228 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/weaviate-ts` --- ### 📝 Commits (2) - [`765df94`](https://github.com/run-llama/create-llama/commit/765df941a4fcf69c95aa22f8b767783612fe4741) bump llamaindex, add weaviate vector store, add missing private=false setting - [`a1e8bbd`](https://github.com/run-llama/create-llama/commit/a1e8bbd7ba185f0da53284513b34fe716a39ef67) add changeset ### 📊 Changes **11 files changed** (+119 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Integrated Weaviate vector store, enhancing data management and retrieval capabilities. - Introduced functionality for filtering documents based on privacy status. - Added a mechanism for managing required environment variables. - **Bug Fixes** - Updated document processing logic to ensure consistent public visibility settings. - **Chores** - Upgraded `llamaindex` library version for potential improvements and bug fixes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:23 -05:00
yindo closed this issue 2026-02-15 19:17:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#361