feat(registry): add Weaviate Vector Store plugin#13
Merged
FinleyGe merged 1 commit intoJul 8, 2026
Merged
Conversation
Collaborator
Plugin Review: weaviateVectorStore@0.1.0Verdict: pass Findings
Evidence
Publish DecisionProceed Scheduled Merge GateMerged by 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
weaviateVectorStoreFastGPT community toolset as a pinned submodule.3042267f6835e376d513e87340fad66df154331adca7303e5fcdf1fb659041f4bf91b2eed92278a6searchObjects,upsertObjects,getObjects,deleteObjectsTool coverage
Endpoint safety: the plugin validates the configured Weaviate endpoint, rejects embedded credentials, requires HTTPS except localhost development, and only calls fixed Weaviate
/v1REST/GraphQL paths derived from the configured endpoint.Verification
Plugin repo (
fastgpt-plugin-weaviateVectorStore):pnpm install --ignore-workspace✅pnpm run type-check✅pnpm test✅ — 2 files / 9 tests passedpnpm build✅pnpm check✅pnpm run pack✅ — producedfastgpt-plugin-weaviateVectorStore.pkgRegistry repo:
pnpm validate✅ ({ "ok": true })pnpm test✅ — 8 files / 34 tests passedpnpm type-check✅git submodule status --recursive✅ — includespackages/tools/weaviateVectorStoreat3042267f6835e376d513e87340fad66df154331aRemote dev debug
Skipped in this scheduled agent run because it requires a live FastGPT remote-debug connection key plus a real Weaviate endpoint/API key. Local build, CLI check, package, and mocked API tests all passed.