fix: embedding recall drop-dead halt (#1415)
This commit is contained in:
@@ -13,6 +13,7 @@ export type InsertVectorProps = {
|
||||
};
|
||||
|
||||
export type EmbeddingRecallProps = {
|
||||
teamId: string;
|
||||
datasetIds: string[];
|
||||
similarity?: number;
|
||||
efSearch?: number;
|
||||
|
||||
Reference in New Issue
Block a user