[PR #21] [MERGED] initial storage examples attempt #481

Closed
opened 2026-02-15 20:17:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/LlamaIndexTS/pull/21
Author: @logan-markewich
Created: 7/21/2023
Status: Merged
Merged: 7/21/2023
Merged by: @yisding

Base: mainHead: logan/storage_demo


📝 Commits (1)

  • fc65e6b initial storage examples attempt

📊 Changes

2 files changed (+54 additions, -0 deletions)

View changed files

examples/storageContext.ts (+37 -0)
packages/core/src/tests/StorageContext.test.ts (+17 -0)

📄 Description

Added a test for the storage context, as well as an initial (broken) example that tries to load an index


🔄 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/LlamaIndexTS/pull/21 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 7/21/2023 **Status:** ✅ Merged **Merged:** 7/21/2023 **Merged by:** [@yisding](https://github.com/yisding) **Base:** `main` ← **Head:** `logan/storage_demo` --- ### 📝 Commits (1) - [`fc65e6b`](https://github.com/run-llama/LlamaIndexTS/commit/fc65e6b97d1fe04b7d8edd9887b2476df5958e6c) initial storage examples attempt ### 📊 Changes **2 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/storageContext.ts` (+37 -0) ➕ `packages/core/src/tests/StorageContext.test.ts` (+17 -0) </details> ### 📄 Description Added a test for the storage context, as well as an initial (broken) example that tries to load an index --- <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 20:17:38 -05:00
yindo closed this issue 2026-02-15 20:17:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/LlamaIndexTS#481