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

[BUG] Local search always provides empty list for claims #171

Open
rm-1997 opened this issue Sep 16, 2024 · 0 comments
Open

[BUG] Local search always provides empty list for claims #171

rm-1997 opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rm-1997
Copy link

rm-1997 commented Sep 16, 2024

Bug Description
I have built three indexes (using different source documents) and I noticed that for every local query, the local search context provides an empty list for the claims:

   'in_context': True,
   'index_name': 'd7281ced809a8da441bfe2fef765a4d0',
   'index_id': '7800'}],
 'claims': [],
 'sources': [{'id': '982',
   'text': ' team ... ',
   'index_name': 'd7281ced809a8da441bfe2fef765a4d0',

So the local search obviously only uses "reports", "entities", "relationships" and "sources" - but never "claims", although I checked that there are relevant claims and some of these claims are even adressed by, for instance, a community report. This happened for all my indexes and for any kind of query.

To Reproduce
Steps to reproduce the behavior:

  1. Go to notebooks/2-Advanced_Getting_Started.ipynb.
  2. Build index.
  3. Run Local Search code chunk and look at the context data (which is below the printed response).

image

@rm-1997 rm-1997 added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant