feat(registry): add Pinecone Vector Store plugin#12
Merged
FinleyGe merged 1 commit intoJul 8, 2026
Merged
Conversation
Collaborator
Plugin Review: pineconeVectorStore@0.1.0Verdict: pass Findings
Evidence
Publish DecisionProceed Scheduled Merge GateMerged. Scheduled run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
pineconeVectorStoreFastGPT community toolset as a pinned submodule.d6f0366984edefbfbf93009c09a2c075683917f71a00c59e5b858501dfd28303edf9351d86c626e2queryVectors,upsertVectors,fetchVectors,deleteVectorsTool coverage
ids,filter, ordeleteAll=true).Endpoint safety: the plugin only uses the configured Pinecone index host after validating HTTPS, no embedded credentials, no URL path, and a
.pinecone.iohostname.Verification
Plugin repo (
fastgpt-plugin-pineconeVectorStore):pnpm install --ignore-workspace✅pnpm run type-check✅pnpm test✅ — 2 files / 9 tests passedpnpm build✅pnpm check✅pnpm run pack✅ — producedfastgpt-plugin-pineconeVectorStore.pkgRegistry repo:
pnpm validate✅ ({ "ok": true })pnpm test✅ — 8 files / 34 tests passedpnpm type-check✅git submodule status --recursive✅ — includespackages/tools/pineconeVectorStoreatd6f0366984edefbfbf93009c09a2c075683917f7Remote dev debug
Skipped in this scheduled agent run because it requires a live FastGPT remote-debug connection key plus a real Pinecone API key/index host. Local build, CLI check, package, and mocked API tests all passed.