-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(search): Add dynamic SQL query generation for pgvector search
Implements flexible query generation for PostgreSQL vector similarity search with: - Introduces PgVecCustomStrategy for custom vector search implementations - Adds builder pattern support for configuring search parameters and filters - Enables dynamic SQL generation with metadata filtering and vector similarity This change allows users to create customized vector similarity searches while maintaining type safety and query optimization capabilities. Signed-off-by: shamb0 <[email protected]>
- Loading branch information
Showing
2 changed files
with
63 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters