mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 02:34:52 +00:00
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