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
Allow user to choose between five query types: simple, semantic, vector, simple-hybrid and simple-hybrid-vector from both /custom and /byod endpoints
#897
simple | Represents the default, simple query parser.
semantic | Represents the semantic query parser for advanced semantic modeling.
vector | Represents vector search over computed data.
vector_simple_hybrid | Represents a combination of the simple query strategy with vector data.
vector_semantic_hybrid | Represents a combination of semantic search and vector data querying.
As of writing this, Chat with your data only supports vector_simple_hybrid and vector_semantic_hybrid. Under this issue, we want to allow the user to choose from any of the five query type options, so that they have full control over search query types from the configuration level.
The text was updated successfully, but these errors were encountered:
@superhindupur, can you clarify the "user" in this context? Should this be:
1 - A server-side configuration, that the user who deploys the service can set.
2 - A client-side configuration, that the user of the chat application can set.
3 - An admin-side configuration, that the user of the admin application can set.
Azure AI search allows five search query types:
As of writing this, Chat with your data only supports vector_simple_hybrid and vector_semantic_hybrid. Under this issue, we want to allow the user to choose from any of the five query type options, so that they have full control over search query types from the configuration level.
The text was updated successfully, but these errors were encountered: