소스 검색

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,