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
Is your feature request related to a problem? Please describe. @shamb0 recently added a custom search strategy that makes it possible for users to generate a custom query, using the providers query builder, to easily customize queries for retrievers.
Still needs to be implemented for other providers, lancedb and qdrant.
Describe the solution you'd like
Qdrant has a straightforward query builder. Lance however has a query builder that is bound to the table. A Retrieve implementation similar to PGVector for the strategy would be the way to go.
The text was updated successfully, but these errors were encountered:
timonv
changed the title
Implementation of CustomSearchStrategy for LanceDB and Qdrant
Implementation of CustomStrategy for LanceDB and Qdrant
Dec 30, 2024
Is your feature request related to a problem? Please describe.
@shamb0 recently added a custom search strategy that makes it possible for users to generate a custom query, using the providers query builder, to easily customize queries for retrievers.
Still needs to be implemented for other providers, lancedb and qdrant.
Describe the solution you'd like
Qdrant has a straightforward query builder. Lance however has a query builder that is bound to the table. A
Retrieve
implementation similar to PGVector for the strategy would be the way to go.See https://github.com/bosun-ai/swiftide/blob/master/swiftide-core/src/search_strategies/custom_strategy.rs
The text was updated successfully, but these errors were encountered: