question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure-search-documents(PRE-RELEASE 11.3.0b8) semantic query does not return @search.rerankerScore in result

See original GitHub issue

Returned 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:open
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kashifkhancommented, May 5, 2022

@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.

1reaction
kashifkhancommented, Apr 8, 2022

Hi @dinoelT, thanks for the feedback. We’ll take a look at this and get back to you asap.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found