Hyperspace Docs
CtrlK
Hyperspace Homepage
  • Getting started
    • Overview
    • Quick Start
    • Example Notebooks
  • projects
    • Setting Up
      • Installing the Hyperspace API Client
      • Connecting to the Hyperspace Server
      • Creating a Database Schema Configuration File
        • Vector Search Metrics
      • Creating a Collection
      • Uploading Data to a Collection
      • Building and Running Queries
        • Building a Lexical (Classic) Search Query
        • Building a Vector Search Query
        • Building a Hybrid Search Query
      • Retrieving Results
    • The Query flow
      • Candidate Generation
      • Candidate Score
      • Aggregations
    • Managing Data Collections
      • Uploading Data
      • Accessing Data
      • Supported Data Types
  • Reference
    • Features and Benefits
    • Hyperspace Hybrid Search
    • Hyperspace Search Processing Unit
  • API Documentation
    • Hyperspace Client
      • set_function
      • collections_info
      • create_collection
      • add_document
      • add_batch
      • search
      • commit
      • delete_collection
      • clear_collection
      • get_schema
      • get_document
    • Score Function
      • Aggregations
        • aggregate_sum
        • aggregate_avg
        • aggregate_min
        • aggregate_max
        • aggregate_count
        • aggregate_cardinality
        • date_histogram
      • Arithmetic Operators
      • distance
      • knn_filter
      • geo_dist_match
      • match
      • max
      • rarity_max
      • rarity_sum
      • sum
      • window_match
Powered by GitBook
On this page
  1. API Documentation

Hyperspace Client

set_functioncollections_infocreate_collectionadd_documentadd_batchsearchcommitdelete_collectionclear_collectionget_schemaget_document
PreviousHyperspace Search Processing UnitNextset_function

Last updated 1 year ago