AxDBQueryResponse
type AxDBQueryResponse = object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/db/types.ts#L27
Properties
matches
matches: object[];
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/db/types.ts#L28
id
id: string;
metadata?
optional metadata: Record<string, string>;
score
score: number;
table?
optional table: string;