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
Describe the bug
Search results from the /search endpoint in R2R v3.2.41 are missing document metadata (particularly titles) that are present in the document store and accessible via /documents_overview endpoint. This affects both agent and direct search results.
To Reproduce
Steps to reproduce the behavior:
Start R2R v3.2.41 Docker container with default configuration
Upload any document with metadata (including title)
Make a GET request to /documents_overview - note the complete metadata
This is an awesome catch, thanks for flagging it! We're currently wrapping up a large release, and will have a chance to circle to fixing this once it's out—but if you find the bug and are willing to make a PR in the meantime, we'd love to have you as a contributor!
Describe the bug
Search results from the
/search
endpoint in R2R v3.2.41 are missing document metadata (particularly titles) that are present in the document store and accessible via/documents_overview
endpoint. This affects both agent and direct search results.To Reproduce
Steps to reproduce the behavior:
/documents_overview
- note the complete metadata/search
endpointExpected behavior
Search results should include complete document metadata in the response:
Current behavior
Instead, search results only contain limited metadata:
Screenshots
Environment:
Additional context
/documents_overview
The text was updated successfully, but these errors were encountered: