Skip to content

Commit c8c1f5d

Browse files
committed
Remove output
1 parent c1fc4af commit c8c1f5d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deploy_ai_search/text_2_sql_query_cache.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,4 @@ def get_indexer(self) -> SearchIndexer:
253253
parameters=indexer_parameters,
254254
)
255255

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-
264256
return indexer

0 commit comments

Comments
 (0)