Overview

Explore the core ideas and principles behind Superlinked's functionality..

  1. Describe your data using Python classes with the @schema decorator.

  2. Describe your vector embeddings from building blocks with Spaces.

  3. Combine your embeddings into a queryable Index.

  4. Define your search with dynamic parameters and weights as a Query.

  5. Load your data using a Source.

  6. Define your transformations with a Parser (e.g.: from pd.DataFrame).

  7. Run your configuration with an Executor.

Colab notebooks explaining the concepts

Last updated