mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
Change embedding (#1463)
* rebuild embedding queue * dataset menu * feat: rebuild data api * feat: ui change embedding model * dataset ui * feat: rebuild index ui * rename collection
This commit is contained in:
@@ -22,6 +22,11 @@ export type CreateDatasetParams = {
|
||||
agentModel?: string;
|
||||
};
|
||||
|
||||
export type RebuildEmbeddingProps = {
|
||||
datasetId: string;
|
||||
vectorModel: string;
|
||||
};
|
||||
|
||||
/* ================= collection ===================== */
|
||||
|
||||
/* ================= data ===================== */
|
||||
|
Reference in New Issue
Block a user