Search#
All of our search endpoints exist currently within our advanced_search method. You can read the API documentation of our advanced_search method here: https://api.ap-southeast-2.tryrelevance.com/latest/documentation#operation/SimpleSearchPost
This is important in allowing users to search through the documents using chunk appropriately.
- Operations.advanced_search(query=None, vector_search_query=None, fields_to_search=None, select_fields=None, include_vectors=True, filters=None, page=0, page_size=10, sort=None, minimum_relevance=0, query_config=None, **kwargs)#
Advanced Search
- Parameters
query (str) – The query to use
vector_search_query (dict) – The vector search query
fields_to_search (list) – The list of fields to search
select_fields (list) – The fields to select