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

[FEATURE] Workload for semantic search that has vector data and text fields #341

Open
Tracked by #354
martin-gaievski opened this issue Jul 14, 2024 · 2 comments
Open
Tracked by #354
Labels
enhancement New feature or request

Comments

@martin-gaievski
Copy link
Member

Is your feature request related to a problem?

There isn't a workload for semantic search that has vector data and text fields. Such workload would be beneficial for hybrid query use cases because typical hybrid query is based on combination of neural/knn query and some text or numeric based queries like match or term.

Existent workload requested in #291 has limitations of only text and numeric fields.

What solution would you like?

Workload that allows to run semantic search queries that is based on vector search and combine them with text search. In terms of metrics we can start from performance data like p50-p99 and throughput, information retrieval data can be added later.

@gkamat
Copy link
Collaborator

gkamat commented Jul 18, 2024

@martin-gaievski, perhaps requests for such related workloads could be consolidated under a meta issue, for better visibility?

@martin-gaievski
Copy link
Member Author

@martin-gaievski, perhaps requests for such related workloads could be consolidated under a meta issue, for better visibility?

Makes sense, added meta issue #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants