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

Add Bm25QueryProperty type for use in weighted .bm25 and .hybrid #180

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

tsmith023
Copy link
Contributor

Adds the new Bm25QueryProperty<T> type for use when defining weighted keyword searches in BM25 and Hybrid queries. It maps internally to the prop^w string syntax expected by Weaviate

Closes #178

…into hybrid/add-support-for-query-property-weights
@tsmith023 tsmith023 merged commit b2dc636 into main Jul 30, 2024
7 checks passed
@tsmith023 tsmith023 deleted the hybrid/add-support-for-query-property-weights branch July 30, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type Error: Hybrid query properties not accepting weights
2 participants