mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #11] [MERGED] Add support for llamaparse using Typescript #176
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/11
Author: @marcusschiesser
Created: 3/19/2024
Status: ✅ Merged
Merged: 3/20/2024
Merged by: @marcusschiesser
Base:
main← Head:ms/add-llamaparse-ts📝 Commits (2)
dc07550feat: add llamaparse ts31fbe6dadded loader for llamaparse📊 Changes
16 files changed (+112 additions, -77 deletions)
View changed files
📝
helpers/env-variables.ts(+21 -9)📝
helpers/index.ts(+14 -17)📝
helpers/typescript.ts(+30 -8)📝
questions.ts(+2 -3)➕
templates/components/loaders/typescript/file/loader.mjs(+9 -0)➕
templates/components/loaders/typescript/llama_parse/loader.mjs(+19 -0)📝
templates/components/vectordbs/typescript/milvus/generate.mjs(+3 -9)📝
templates/components/vectordbs/typescript/milvus/shared.mjs(+0 -1)📝
templates/components/vectordbs/typescript/mongo/generate.mjs(+3 -5)📝
templates/components/vectordbs/typescript/mongo/shared.mjs(+0 -1)📝
templates/components/vectordbs/typescript/none/constants.mjs(+0 -1)📝
templates/components/vectordbs/typescript/none/generate.mjs(+3 -10)📝
templates/components/vectordbs/typescript/pg/generate.mjs(+4 -6)📝
templates/components/vectordbs/typescript/pg/shared.mjs(+1 -1)📝
templates/components/vectordbs/typescript/pinecone/generate.mjs(+3 -5)📝
templates/components/vectordbs/typescript/pinecone/shared.mjs(+0 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.