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 340a411 commit 86bd5ebCopy full SHA for 86bd5eb
app/backend/approaches/approach.py
@@ -171,8 +171,8 @@ async def search(
171
query_caption="extractive|highlight-false" if use_semantic_captions else None,
172
vector_queries=search_vectors,
173
query_type=QueryType.SEMANTIC,
174
- query_language=self.query_language,
175
- query_speller=self.query_speller,
+ # query_language=self.query_language,
+ # query_speller=self.query_speller,
176
semantic_configuration_name="default",
177
semantic_query=query_text,
178
)
0 commit comments