MCPcopy Create free account
hub / github.com/idosal/git-mcp / query

Method query

src/api/utils/vectorStore.ts:26–26  ·  view source on GitHub ↗
(
    vector: number[],
    options?: {
      topK?: number;
      filter?: Record<string, any>;
      returnValues?: boolean;
      returnMetadata?: boolean | string;
      namespace?: string;
    },
  )

Source from the content-addressed store, hash-verified

24
25interface Vectorize {
26 query(
27 vector: number[],
28 options?: {
29 topK?: number;

Callers 2

searchDocumentationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected