Azure-search-documents(PRE-RELEASE 11.3.0b8) semantic query does not return @search.rerankerScore in result
See original GitHub issueReturned results when using the python search client do not contain the @search.rerankerScore field.
results_generator = search_client.search(search_text= user_query.lower(),
query_type="semantic",
query_language="de-DE",
semantic_configuration_name = "simple-config",
top = 10)
However, when making the request using the API/Portal it returns the @search.rerankerScore. I’m not sure if this is an issue, or I just overlooked something.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Configure semantic search - Azure - Microsoft Learn
In this article, you'll learn how to invoke a semantic ranking algorithm over a result set, promoting the most semantically relevant results ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JustinCharbonneau I’ll be meeting with the Search team and will have an update on when we will do our next beta release for this.
Hi @dinoelT, thanks for the feedback. We’ll take a look at this and get back to you asap.