mixpeek 0.81.22 → 0.81.23
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.
|
@@ -34,7 +34,7 @@ export interface CreateNamespaceRequest {
|
|
|
34
34
|
*/
|
|
35
35
|
'namespace_name': string;
|
|
36
36
|
/**
|
|
37
|
-
* Namespace mode. \'managed\' (default) uses Mixpeek feature extractors. \'standalone\' allows BYO vectors without extractors.
|
|
37
|
+
* Namespace mode. \'managed\' (default) uses Mixpeek feature extractors. \'standalone\' allows BYO vectors without extractors. If omitted and ONLY `vector_configs` is provided (no `features`/`feature_extractors`), standalone is inferred.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof CreateNamespaceRequest
|
|
40
40
|
*/
|
|
@@ -58,7 +58,13 @@ export interface CreateNamespaceRequest {
|
|
|
58
58
|
*/
|
|
59
59
|
'description'?: string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Modality+features config (contract v2 §6.2, D9): feature keys from GET /v1/collections/features (e.g. [\'image_search\', \'faces\'] or [\'custom:<plugin>\']). Resolved server-side to the UNION of feature extractors the namespace needs — the preferred alternative to `feature_extractors` (extractor names are internal implementation). A namespace hosts many collections, so multiple features spanning multiple extractors are fine here. May be combined with `feature_extractors` (the two merge as a union). If neither is provided, the namespace gets the standard baseline (same as the scaffolded default namespace). Managed mode only.
|
|
62
|
+
* @type {Array<string>}
|
|
63
|
+
* @memberof CreateNamespaceRequest
|
|
64
|
+
*/
|
|
65
|
+
'features'?: Array<string>;
|
|
66
|
+
/**
|
|
67
|
+
* List of feature extractors to configure for this namespace. DEPRECATED for direct use: prefer `features: [...]` (contract v2 §6.2, D9) — extractor names are internal implementation. Not used for standalone mode. If neither `features` nor `feature_extractors` is provided, the namespace defaults to the standard baseline. Each extractor requires \'feature_extractor_name\' and \'version\'. Optional \'params\' can be specified for extractors with configurable settings (e.g., model selection) that affect vector dimensions. These params are locked at namespace creation time. Example: [{\"feature_extractor_name\": \"multimodal_extractor\", \"version\": \"v1\"}]
|
|
62
68
|
* @type {Array<BaseFeatureExtractorModelInput>}
|
|
63
69
|
* @memberof CreateNamespaceRequest
|
|
64
70
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-namespace-request.d.ts","sourceRoot":"","sources":["../../models/create-namespace-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAG3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAGrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAC7D;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC3C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IACnD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACnD"}
|
|
1
|
+
{"version":3,"file":"create-namespace-request.d.ts","sourceRoot":"","sources":["../../models/create-namespace-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAG3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAGrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAC7D;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC3C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IACnD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;CACnD"}
|
package/package.json
CHANGED