Explorar o código

Not support mutiple vector fields when create collection

nameczz %!s(int64=3) %!d(string=hai) anos
pai
achega
6a3b1d8829
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,