fix: embedding recall drop-dead halt (#1415)

This commit is contained in:
Archer
2024-05-09 16:13:06 +08:00
committed by GitHub
parent afe5039cd3
commit d4169bf066
3 changed files with 15 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ export type InsertVectorProps = {
};
export type EmbeddingRecallProps = {
teamId: string;
datasetIds: string[];
similarity?: number;
efSearch?: number;