@relevanceai/sdk 1.6.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1452,6 +1452,8 @@ export interface components {
|
|
|
1452
1452
|
/** List of cluster IDs */
|
|
1453
1453
|
cluster_ids?: string[];
|
|
1454
1454
|
/** Centroid vector field */
|
|
1455
|
+
centroid_vector_fields?: string[];
|
|
1456
|
+
/** Centroid vector field */
|
|
1455
1457
|
centroid_vector_field?: string[];
|
|
1456
1458
|
/** Fields to include in the search results, empty array/list means all fields. */
|
|
1457
1459
|
select_fields?: string[];
|
|
@@ -1490,6 +1492,8 @@ export interface components {
|
|
|
1490
1492
|
cluster_ids?: string[];
|
|
1491
1493
|
/** Centroid vector field */
|
|
1492
1494
|
centroid_vector_field?: string[];
|
|
1495
|
+
/** Centroid vector field */
|
|
1496
|
+
centroid_vector_fields?: string[];
|
|
1493
1497
|
/** Fields to include in the search results, empty array/list means all fields. */
|
|
1494
1498
|
select_fields?: string[];
|
|
1495
1499
|
/** Used for approximate search to speed up search. The higher the number, faster the search but potentially less accurate. */
|
package/package.json
CHANGED