Overview
Explore the core ideas and principles behind Superlinked's functionality..
Last updated
Was this helpful?
Explore the core ideas and principles behind Superlinked's functionality..
Last updated
Was this helpful?
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.