logo
  • Installation
  • Guides
  • Core
  • Operators
  • Changelog
  • Debugging
  • API Reference
  • Dashboard
  • Cluster
    • Cluster
    • Batch Clustering
    • Sub Clustering
    • Cluster Report
    • Cluster Visualisations
    • Explain Text Clusters
  • Dimensionality Reduction
  • Vectorize
  • Sentiment
  • Search
  • Label
  • Question Answer
  • Split Sentences
  • Finetuning
    • Generative Pseudo Labelling
  • Transformer Pipelines
On this page
  • advanced_search

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

previous

Sentiment

next

Label

© Copyright 2021, Relevance AI.

Created using Sphinx 4.5.0.