struct
Meilisearch::Crystal::ExperimentalFeatures
Overview
Feature flags exposed by Meilisearch v1.53's experimental-features API.
Defined in:
meilisearch/crystal/advanced.crConstructors
-
.new(pull : JSON::PullParser)
Feature flags exposed by Meilisearch v1.53's experimental-features API.
Instance Method Summary
- #chat_completions? : Bool
- #composite_embedders? : Bool
- #contains_filter? : Bool
- #disable_documents_fetch_queue? : Bool
- #dynamic_search_rules? : Bool
- #edit_documents_by_function? : Bool
- #foreign_keys? : Bool
- #get_task_documents_route? : Bool
- #legacy_search? : Bool
- #logs_route? : Bool
- #metrics? : Bool
- #multimodal? : Bool
- #network? : Bool
- #render_route? : Bool
- #task_queue_compaction_route? : Bool
- #tasks_streaming_route? : Bool
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new
Macros inherited from struct Meilisearch::Crystal::Resource
define(name, &block)
define,
field(declaration)
field,
field!(declaration)
field!,
field?(declaration)
field?
Constructor Detail
def self.new(pull : JSON::PullParser)
#
Feature flags exposed by Meilisearch v1.53's experimental-features API.