Skip to content

Conversation

@roji
Copy link
Member

@roji roji commented Jan 31, 2026

Note: this PR is based on top of #13501, skip first commit

And add provider-specific annotation support

Closes #11084
Closes #10359

@moonbox3 moonbox3 added the .NET Issue or Pull requests regarding .NET code label Jan 31, 2026
@github-actions github-actions bot changed the title Implement PostgreSQL hybrid search .Net: Implement PostgreSQL hybrid search Jan 31, 2026
int? skip, bool includeVectors, int top, double? scoreThreshold = null)
{
// RRF constant - higher values give more weight to lower-ranked results
const int RrfConstant = 60;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This - and internalLimit below - could be candidates for further user-exposed APIs. I'm still not sure if this would be more of a property config (like language) or a search-specific knob. In any case, I think it's fine to wait until users ask for more flexibility here before doing something.

@roji roji marked this pull request as ready for review January 31, 2026 20:26
@roji roji requested a review from a team as a code owner January 31, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MEVD] [PG] Look into implementing hybrid search support .Net MEVD: Allow arbitrary provider-specific schema annotations

2 participants