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

Implementation of CustomStrategy for LanceDB and Qdrant #511

Open
timonv opened this issue Dec 30, 2024 · 0 comments · May be fixed by #518
Open

Implementation of CustomStrategy for LanceDB and Qdrant #511

timonv opened this issue Dec 30, 2024 · 0 comments · May be fixed by #518
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@timonv
Copy link
Member

timonv commented 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

@timonv timonv changed the title Implementation of CustomSearchStrategy for LanceDB and Qdrant Implementation of CustomStrategy for LanceDB and Qdrant Dec 30, 2024
@timonv timonv added enhancement New feature or request help wanted Extra attention is needed labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant