mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
4.8-alpha fix (#1424)
This commit is contained in:
@@ -15,6 +15,6 @@ export type InsertVectorProps = {
|
||||
export type EmbeddingRecallProps = {
|
||||
teamId: string;
|
||||
datasetIds: string[];
|
||||
similarity?: number;
|
||||
efSearch?: number;
|
||||
// similarity?: number;
|
||||
// efSearch?: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user