Skip to content

Commit

Permalink
Merge branch 'develop' into feature/feature_x
Browse files Browse the repository at this point in the history
  • Loading branch information
monuminu authored Sep 20, 2024
2 parents 91d4e6c + 5621d21 commit 4985380
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ai_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def retrieve_documentation(
results = search_client.search(
search_text=question,
vector_queries=[vector_query],
query_type=QueryType.SEMANTIC,
semantic_configuration_name="default",
query_caption=QueryCaptionType.EXTRACTIVE,
query_answer=QueryAnswerType.EXTRACTIVE,
#query_type=QueryType.SEMANTIC,
#semantic_configuration_name="default",
#query_caption=QueryCaptionType.EXTRACTIVE,
#query_answer=QueryAnswerType.EXTRACTIVE,
top=3,
)

Expand Down

0 comments on commit 4985380

Please sign in to comment.