[PR #822] [MERGED] feat: add ts examples (clean) #887

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/822
Author: @AstraBert
Created: 7/30/2025
Status: Merged
Merged: 7/31/2025
Merged by: @AstraBert

Base: mainHead: clelia/ts-examples


📝 Commits (2)

📊 Changes

23 files changed (+4179 additions, -0 deletions)

View changed files

docs/examples-py/README.md (+9 -0)
docs/examples-ts/README.md (+10 -0)
docs/examples-ts/extract/index.ts (+0 -0)
docs/examples-ts/index.ts (+0 -0)
docs/examples-ts/index/.example.env (+3 -0)
docs/examples-ts/index/README.md (+131 -0)
docs/examples-ts/index/eslint.config.mts (+15 -0)
docs/examples-ts/index/package.json (+48 -0)
docs/examples-ts/index/pnpm-lock.yaml (+1770 -0)
docs/examples-ts/index/src/index.ts (+48 -0)
docs/examples-ts/index/src/logger.ts (+8 -0)
docs/examples-ts/index/src/utils.ts (+56 -0)
docs/examples-ts/index/tsconfig.json (+22 -0)
docs/examples-ts/parse/README.md (+124 -0)
docs/examples-ts/parse/data/llama.pdf (+0 -0)
docs/examples-ts/parse/eslint.config.mts (+15 -0)
docs/examples-ts/parse/index.ts (+0 -0)
docs/examples-ts/parse/package.json (+47 -0)
docs/examples-ts/parse/pnpm-lock.yaml (+1758 -0)
docs/examples-ts/parse/src/index.ts (+34 -0)

...and 3 more files

📄 Description

Cleanly add TS examples without git history mess-ups


🔄 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/llama_cloud_services/pull/822 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/ts-examples` --- ### 📝 Commits (2) - [`8ed543b`](https://github.com/run-llama/llama_cloud_services/commit/8ed543ba67f3832570587938f6d32d1b96964a85) feat: add ts examples (clean) - [`8bdb1c5`](https://github.com/run-llama/llama_cloud_services/commit/8bdb1c5594556b5fc11a8a01818dc530660dace6) chore: correct title ### 📊 Changes **23 files changed** (+4179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/examples-py/README.md` (+9 -0) ➕ `docs/examples-ts/README.md` (+10 -0) ➖ `docs/examples-ts/extract/index.ts` (+0 -0) ➖ `docs/examples-ts/index.ts` (+0 -0) ➕ `docs/examples-ts/index/.example.env` (+3 -0) ➕ `docs/examples-ts/index/README.md` (+131 -0) ➕ `docs/examples-ts/index/eslint.config.mts` (+15 -0) ➕ `docs/examples-ts/index/package.json` (+48 -0) ➕ `docs/examples-ts/index/pnpm-lock.yaml` (+1770 -0) ➕ `docs/examples-ts/index/src/index.ts` (+48 -0) ➕ `docs/examples-ts/index/src/logger.ts` (+8 -0) ➕ `docs/examples-ts/index/src/utils.ts` (+56 -0) ➕ `docs/examples-ts/index/tsconfig.json` (+22 -0) ➕ `docs/examples-ts/parse/README.md` (+124 -0) ➕ `docs/examples-ts/parse/data/llama.pdf` (+0 -0) ➕ `docs/examples-ts/parse/eslint.config.mts` (+15 -0) ➖ `docs/examples-ts/parse/index.ts` (+0 -0) ➕ `docs/examples-ts/parse/package.json` (+47 -0) ➕ `docs/examples-ts/parse/pnpm-lock.yaml` (+1758 -0) ➕ `docs/examples-ts/parse/src/index.ts` (+34 -0) _...and 3 more files_ </details> ### 📄 Description Cleanly add TS examples without git history mess-ups --- <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-16 00:19:26 -05:00
yindo closed this issue 2026-02-16 00:19:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#887