You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Go to notebooks/2-Advanced_Getting_Started.ipynb.
Build index.
Run Local Search code chunk and look at the context data (which is below the printed response).
The text was updated successfully, but these errors were encountered:
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:
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:
The text was updated successfully, but these errors were encountered: