Browse Source

Not support mutiple vector fields when create collection

nameczz 3 years ago
parent
commit
6a3b1d8829
1 changed files with 1 additions and 1 deletions
  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[] = [
 export const ALL_OPTIONS: KeyValuePair[] = [
-  ...VECTOR_FIELDS_OPTIONS,
+  // ...VECTOR_FIELDS_OPTIONS,
   {
   {
     label: 'Int8',
     label: 'Int8',
     value: DataTypeEnum.Int8,
     value: DataTypeEnum.Int8,