瀏覽代碼

Not support mutiple vector fields when create collection

nameczz 3 年之前
父節點
當前提交
6a3b1d8829
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/src/pages/collections/Constants.ts

+ 1 - 1
client/src/pages/collections/Constants.ts

@@ -13,7 +13,7 @@ export const VECTOR_FIELDS_OPTIONS: KeyValuePair[] = [
 ];
 
 export const ALL_OPTIONS: KeyValuePair[] = [
-  ...VECTOR_FIELDS_OPTIONS,
+  // ...VECTOR_FIELDS_OPTIONS,
   {
     label: 'Int8',
     value: DataTypeEnum.Int8,