Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weaviate retrievers return null scores #520

Closed
anakin87 opened this issue Mar 1, 2024 · 0 comments · Fixed by #621
Closed

Weaviate retrievers return null scores #520

anakin87 opened this issue Mar 1, 2024 · 0 comments · Fixed by #621
Assignees
Labels
bug Something isn't working integration:weaviate

Comments

@anakin87
Copy link
Member

anakin87 commented Mar 1, 2024

Describe the bug
I get null scores during retrieval.

To Reproduce

  • Run Weaviate using Docker Compose (from docs)
  • Run the WeaviateEmbeddingRetriever code example (from docs)
    then print(result["retriever"]["documents"][0].score)
    # None

Describe your environment (please complete the following information):

  • Haystack version: 2.0-beta8
  • Integration version: weaviate-haystack==1.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integration:weaviate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants