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
This issue has come up more than once, the most recent being #1548
Our dense indexes don't store the raw text, but if it's a prebuilt index, we know the corresponding sparse index that has the text. It should be possible to implement a raw method that loads the corresponding sparse index to fetch the document.
The text was updated successfully, but these errors were encountered:
This issue has come up more than once, the most recent being #1548
Our dense indexes don't store the raw text, but if it's a prebuilt index, we know the corresponding sparse index that has the text. It should be possible to implement a
raw
method that loads the corresponding sparse index to fetch the document.The text was updated successfully, but these errors were encountered: