We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc4af commit c8c1f5dCopy full SHA for c8c1f5d
deploy_ai_search/text_2_sql_query_cache.py
@@ -253,12 +253,4 @@ def get_indexer(self) -> SearchIndexer:
253
parameters=indexer_parameters,
254
)
255
256
- # Remove fields that are not supported by the database engine
257
- indexer.output_field_mappings = [
258
- field_mapping
259
- for field_mapping in indexer.output_field_mappings
260
- if field_mapping.target_field_name
261
- not in self.excluded_fields_for_database_engine
262
- ]
263
-
264
return indexer
0 commit comments