[PR #83] [MERGED] chore: Update vector store imports in vectordbs components #235

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/83
Author: @leehuwuj
Created: 5/13/2024
Status: Merged
Merged: 5/13/2024
Merged by: @marcusschiesser

Base: mainHead: lee/fix-ts-importing


📝 Commits (1)

  • 6a05534 chore: Update vector store imports in vectordbs components

📊 Changes

12 files changed (+24 additions, -36 deletions)

View changed files

📝 templates/components/vectordbs/typescript/astra/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/astra/index.ts (+2 -1)
📝 templates/components/vectordbs/typescript/milvus/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/milvus/index.ts (+2 -1)
📝 templates/components/vectordbs/typescript/mongo/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/mongo/index.ts (+2 -1)
📝 templates/components/vectordbs/typescript/pg/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/pg/index.ts (+2 -1)
📝 templates/components/vectordbs/typescript/pinecone/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/pinecone/index.ts (+2 -1)
📝 templates/components/vectordbs/typescript/qdrant/generate.ts (+2 -5)
📝 templates/components/vectordbs/typescript/qdrant/index.ts (+2 -1)

📄 Description

Summary by CodeRabbit

  • Refactor
    • Reorganized import statements for various vector database components, enhancing module resolution and dependencies across the system.

🔄 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/83 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/13/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/fix-ts-importing` --- ### 📝 Commits (1) - [`6a05534`](https://github.com/run-llama/create-llama/commit/6a05534bc82326eaf5296a80440b7c34b113c417) chore: Update vector store imports in vectordbs components ### 📊 Changes **12 files changed** (+24 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `templates/components/vectordbs/typescript/astra/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/astra/index.ts` (+2 -1) 📝 `templates/components/vectordbs/typescript/milvus/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/milvus/index.ts` (+2 -1) 📝 `templates/components/vectordbs/typescript/mongo/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/mongo/index.ts` (+2 -1) 📝 `templates/components/vectordbs/typescript/pg/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/pg/index.ts` (+2 -1) 📝 `templates/components/vectordbs/typescript/pinecone/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/pinecone/index.ts` (+2 -1) 📝 `templates/components/vectordbs/typescript/qdrant/generate.ts` (+2 -5) 📝 `templates/components/vectordbs/typescript/qdrant/index.ts` (+2 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Reorganized import statements for various vector database components, enhancing module resolution and dependencies across the system. <!-- 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:16:50 -05:00
yindo closed this issue 2026-02-15 19:16:50 -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#235