[PR #1758] [MERGED] fix: delete by id in pinecone vector store #1821

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/LlamaIndexTS/pull/1758
Author: @AVtheking
Created: 3/16/2025
Status: Merged
Merged: 3/18/2025
Merged by: @marcusschiesser

Base: mainHead: fix/pinecone-delete-fix


📝 Commits (9)

📊 Changes

3 files changed (+52 additions, -3 deletions)

View changed files

.changeset/itchy-seas-enjoy.md (+5 -0)
📝 packages/core/tests/node-parser/text-splitter.test.ts (+1 -0)
📝 packages/providers/storage/pinecone/src/PineconeVectorStore.ts (+46 -3)

📄 Description

Fixes https://github.com/run-llama/LlamaIndexTS/issues/1561


🔄 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/1758 **Author:** [@AVtheking](https://github.com/AVtheking) **Created:** 3/16/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/pinecone-delete-fix` --- ### 📝 Commits (9) - [`2aecf66`](https://github.com/run-llama/LlamaIndexTS/commit/2aecf6688aa6888035ad90420050eb9a0d743c3a) fix delete by id in pinecone vector store - [`8997cde`](https://github.com/run-llama/LlamaIndexTS/commit/8997cdedd928f86d523e2ed31daf7f464897f9b7) fix tests - [`6258360`](https://github.com/run-llama/LlamaIndexTS/commit/625836022e6345da4bb37cf6526ab66bd5bb64ad) fixes - [`669ea27`](https://github.com/run-llama/LlamaIndexTS/commit/669ea27b9c6c203a5166bac78e61b4615cf000d0) fix test description - [`9d3aaee`](https://github.com/run-llama/LlamaIndexTS/commit/9d3aaee86de013b583dd34ad510fe3d327d89b3d) fix - [`b19d2b3`](https://github.com/run-llama/LlamaIndexTS/commit/b19d2b3acc0f161e78074613c667d8026280bf59) use describe api to get info about index - [`bbb8e3e`](https://github.com/run-llama/LlamaIndexTS/commit/bbb8e3e4eb6c1f9187a2c88b336198366327665f) Merge branch 'main' into fix/pinecone-delete-fix - [`6e51164`](https://github.com/run-llama/LlamaIndexTS/commit/6e51164f1c67bca7433bcad1be62625e9ba5181b) Merge branch 'main' into fix/pinecone-delete-fix - [`cb39a1d`](https://github.com/run-llama/LlamaIndexTS/commit/cb39a1d85eb7910d60176881861a1ee664ea74aa) added comment ### 📊 Changes **3 files changed** (+52 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/itchy-seas-enjoy.md` (+5 -0) 📝 `packages/core/tests/node-parser/text-splitter.test.ts` (+1 -0) 📝 `packages/providers/storage/pinecone/src/PineconeVectorStore.ts` (+46 -3) </details> ### 📄 Description Fixes https://github.com/run-llama/LlamaIndexTS/issues/1561 --- <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 22:16:55 -05:00
yindo closed this issue 2026-02-15 22:16:55 -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#1821