mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #36] [MERGED] refactor: replace mjs vectordb files by ts files #201
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/36
Author: @thucpn
Created: 4/5/2024
Status: ✅ Merged
Merged: 4/5/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/remove-mjs-files📝 Commits (4)
9a96635feat: use ts-nodee68512frefactor: rename mjs files to ts files88bf7d2fix: import ts instead of mjs3e8f820fix: remove redundant create chat engine and fix typescript check📊 Changes
26 files changed (+50 additions, -77 deletions)
View changed files
📝
helpers/typescript.ts(+2 -2)📝
templates/components/engines/typescript/agent/chat.ts(+1 -1)📝
templates/components/loaders/typescript/file/loader.ts(+0 -0)📝
templates/components/loaders/typescript/llama_parse/loader.ts(+0 -0)📝
templates/components/vectordbs/typescript/astra/generate.ts(+3 -3)📝
templates/components/vectordbs/typescript/astra/index.ts(+1 -1)📝
templates/components/vectordbs/typescript/astra/shared.ts(+0 -0)📝
templates/components/vectordbs/typescript/milvus/generate.ts(+2 -2)📝
templates/components/vectordbs/typescript/milvus/index.ts(+2 -12)📝
templates/components/vectordbs/typescript/milvus/shared.ts(+1 -1)📝
templates/components/vectordbs/typescript/mongo/generate.ts(+5 -5)📝
templates/components/vectordbs/typescript/mongo/index.ts(+4 -14)📝
templates/components/vectordbs/typescript/mongo/shared.ts(+0 -0)📝
templates/components/vectordbs/typescript/none/generate.ts(+5 -4)📝
templates/components/vectordbs/typescript/none/index.ts(+1 -1)📝
templates/components/vectordbs/typescript/none/shared.ts(+0 -0)📝
templates/components/vectordbs/typescript/pg/generate.ts(+2 -2)📝
templates/components/vectordbs/typescript/pg/index.ts(+2 -12)📝
templates/components/vectordbs/typescript/pg/shared.ts(+0 -0)📝
templates/components/vectordbs/typescript/pinecone/generate.ts(+2 -2)...and 6 more files
📄 Description
typescript/none/constants.tstotypescript/none/shared.ts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.