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 Fix] WeaviateRM Patch, add long_text key to passages #315

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. Add long_text key to passages

    Added the `long_text` key to the `passages` returned by the WeaviateRM.
    
    In dsp/primitives/search line 10: `passages = [psg.long_text for psg in passages]` -- maybe worth making a note of removing this. Not aware of full context, but this PR will patch the WeaviateRM.
    CShorten committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5057098 View commit details
    Browse the repository at this point in the history