Skip to content

Commit d91630f

Browse files
feat(registry): add Pinecone Vector Store plugin (#12)
1 parent 63706b5 commit d91630f

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
[submodule "packages/tools/discord"]
2929
path = packages/tools/discord
3030
url = https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-discord.git
31+
[submodule "packages/tools/pineconeVectorStore"]
32+
path = packages/tools/pineconeVectorStore
33+
url = https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-pineconeVectorStore.git
34+
branch = main

packages/tools/pineconeVectorStore

Submodule pineconeVectorStore added at d6f0366

plugins.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
"support": "community",
5050
"latestPublishEvent": "events/2026-07-08/qdrantVectorStore-0.1.0-20260708034526891-published.json"
5151
},
52+
{
53+
"pluginId": "pineconeVectorStore",
54+
"version": "0.1.0",
55+
"type": "tool",
56+
"source": "https://github.com/Finley-Agent-Zhuazhua/fastgpt-plugin-pineconeVectorStore.git",
57+
"commit": "d6f0366984edefbfbf93009c09a2c075683917f7",
58+
"submodule": "packages/tools/pineconeVectorStore",
59+
"path": ".",
60+
"status": "pending",
61+
"support": "community"
62+
},
5263
{
5364
"pluginId": "supabase",
5465
"version": "0.1.0",

0 commit comments

Comments
 (0)