[PR #11] [MERGED] Add support for llamaparse using Typescript #176

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

📋 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: mainHead: ms/add-llamaparse-ts


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/11 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 3/19/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-llamaparse-ts` --- ### 📝 Commits (2) - [`dc07550`](https://github.com/run-llama/create-llama/commit/dc07550eab553c2a3a714f9a7e65b58284ce4e8b) feat: add llamaparse ts - [`31fbe6d`](https://github.com/run-llama/create-llama/commit/31fbe6d1c376112be677736c3561988e44c34388) added loader for llamaparse ### 📊 Changes **16 files changed** (+112 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:35 -05:00
yindo closed this issue 2026-02-15 19:16:35 -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#176