Update namespace schema.

post/v1/namespaces/{namespace}/schema

Path parameters

namespacestring required

The name of the namespace.

Request body

object required

The desired schema for the namespace.

Response

The schema of the namespace.

object required

The updated schema for the namespace.

Changes

Changed in 6 of the 38 revisions of this API.111

    • added the new optional request property additionalProperties/anyOf[AttributeSchemaConfig]/ann/oneOf[AnnConfig]/late_interaction

      new-optional-request-property

    • added the optional property additionalProperties/ann/oneOf[AnnConfig]/late_interaction to the response with the 200 status

      response-optional-property-added

    • added subschema #6 to the additionalProperties/full_text_search/oneOf[FullTextSearchConfig]/tokenizer response property oneOf list for the response status 200

      response-property-one-of-added

    • added subschema #6 to the additionalProperties/anyOf[AttributeSchemaConfig]/full_text_search/oneOf[FullTextSearchConfig]/tokenizer request property oneOf list

      request-property-one-of-added

    • added the new optional request property additionalProperties/anyOf[AttributeSchemaConfig]/embed

      new-optional-request-property

    • added the optional property additionalProperties/embed to the response with the 200 status

      response-optional-property-added

    • added the new optional request property additionalProperties/anyOf[AttributeSchemaConfig]/sparse_knn

      new-optional-request-property

    • added the optional property additionalProperties/sparse_knn to the response with the 200 status

      response-optional-property-added

    • added the new optional request property additionalProperties/anyOf[AttributeSchemaConfig]/fuzzy

      new-optional-request-property

    • added the optional property additionalProperties/fuzzy to the response with the 200 status

      response-optional-property-added

    • added the new optional request property additionalProperties/anyOf[AttributeSchemaConfig]/glob

      new-optional-request-property

    • added the optional property additionalProperties/glob to the response with the 200 status

      response-optional-property-added