File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ def explore_query(
133133
134134 def get_query (
135135 class_name :,
136- tenant : nil ,
137- fields :,
136+ fields :, tenant : nil ,
138137 where : nil ,
139138 near_text : nil ,
140139 near_vector : nil ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def create(
4343 req . body [ "vectorizer" ] = vectorizer unless vectorizer . nil?
4444 req . body [ "moduleConfig" ] = module_config unless module_config . nil?
4545 req . body [ "properties" ] = properties unless properties . nil?
46- req . body [ "multiTenancyConfig" ] = { enabled : true } unless multi_tenant . nil?
46+ req . body [ "multiTenancyConfig" ] = { enabled : true } unless multi_tenant . nil?
4747 req . body [ "invertedIndexConfig" ] = inverted_index_config unless inverted_index_config . nil?
4848 req . body [ "replicationConfig" ] = replication_config unless replication_config . nil?
4949 end
You can’t perform that action at this time.
0 commit comments