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:
Archer
2025-12-31 00:54:04 +08:00
committed by GitHub
parent f8bedc1209
commit 005fbf8cdb
285 changed files with 441 additions and 400 deletions
@@ -66,7 +66,7 @@ export const insertDatasetDataVector = async ({
model,
inputs,
...props
}: InsertVectorControllerPropsType & {
}: Omit<InsertVectorControllerPropsType, 'vectors'> & {
inputs: string[];
model: EmbeddingModelItemType;
}) => {