Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idosal/git-mcp
/ upsert
Method
upsert
src/api/utils/vectorStore.ts:37–37 ·
view source on GitHub ↗
(vectors: VectorizeVector[])
Source
from the content-addressed store, hash-verified
35
): Promise<VectorizeMatches>;
36
37
upsert(vectors: VectorizeVector[]): Promise<any>;
38
39
deleteByIds(ids: string[]): Promise<any>;
40
}
Callers
1
storeDocumentationVectors
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected