Superlinked
Superlinked is an open-source Python framework for building vector-compute pipelines that encode structured and unstructured data into multi-modal embeddings for retrieval, recommendations, RAG, and analytics. When deployed via the Superlinked Server, the framework auto-generates a REST API - ingestion and query endpoints derived directly from your schema, index, and query definitions - and connects to external vector databases. A managed Superlinked Cloud is available in early access.
APIs
Superlinked Ingestion API
Schema-generated REST ingestion endpoint exposed by the Superlinked Server. Each schema defined in your app produces a POST /api/v1/ingest/{schema} endpoint that accepts records...
Superlinked Query API
Schema-generated REST query endpoint exposed by the Superlinked Server. Each RestQuery you register produces a POST /api/v1/search/{query_name} endpoint whose request body param...
Superlinked Data Loader API
Server endpoints for triggering and monitoring configured batch data loaders - POST /data-loader/{name}/run starts a load and GET /data-loader/{name}/status reports progress - u...
Superlinked Framework (Python)
The open-source Apache-2.0 Python framework (pip install superlinked) used to declare Schema, Space, Index, Query, Source, and Executor objects. The same definitions run in-memo...
Superlinked Cloud
Managed, production-scale hosting of Superlinked-powered apps, available in early access via a sales-led demo. Runs the same schema-generated REST surface as the self-hosted Sup...