mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
fix: vector ts (#6166)
* stop design doc * remove invalid doc * rename * fix: ts * perf: auto fit * perf: comment menu * remove invalid checker * save button colorschema * fix: icon * perf: color schema * fix: icon * perf: icon * perf: icon * perf: icon * perf: icon
This commit is contained in:
@@ -66,7 +66,7 @@ export const insertDatasetDataVector = async ({
|
||||
model,
|
||||
inputs,
|
||||
...props
|
||||
}: InsertVectorControllerPropsType & {
|
||||
}: Omit<InsertVectorControllerPropsType, 'vectors'> & {
|
||||
inputs: string[];
|
||||
model: EmbeddingModelItemType;
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user