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