Overview
Explore the core ideas and principles behind Superlinked's functionality..
Describe your data using Python classes with the @schema decorator.
Describe your vector embeddings from building blocks with Spaces.
Combine your embeddings into a queryable Index.
Define your search with dynamic parameters and weights as a Query.
Load your data using a Source.
Define your transformations with a Parser (e.g.: from
pd.DataFrame
).Run your configuration with an Executor.
Colab notebooks explaining the concepts
Last updated