Skip to content

Superduper: Bring AI to your database! Integrate AI models and workflows with your database to implement custom AI applications, without moving your data. Including streaming inference, scalable model hosting, training and vector search.

License

Notifications You must be signed in to change notification settings

superduper-io/superduper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bring AI to your favourite database

Package version Supported Python versions License - Apache 2.0

What is Superduper?

Superduper (formerly SuperDuperDB) is a Python framework for integrating AI models and workflows with major databases. Implement custom AI solutions without moving your data through complex pipelines and specialized vector databases, including hosting of your own models, streaming inference and scalable model training/fine-tuning.

Transform your existing database into an AI development and deployment stack with one command, streamlining your AI workflows in one environment instead of being spread across systems and environments:

db = superduper('mongodb|postgres|mysql|sqlite|duckdb|snowflake://<your-db-uri>')

Run Superduper anywhere, or contact us to learn more about the enterprise platform for bringing your apps to production at scale.

Key features

  • Integration of AI with your existing data infrastructure: Integrate any AI models and APIs with your databases in a single environment, without the need for additional pre-processing steps, ETL or boilerplate code.
  • Inference via change-data-capture: Have your models compute outputs automatically and immediately as new data arrives, keeping your deployment always up-to-date.
  • Scalable model hosting: Host your own models from form HuggingFace, PyTorch and scikit-learn and safeguard your data.
  • Scalable model training: Train AI models on large, diverse datasets simply by querying your training data. Ensured optimal performance via in-build computational optimizations.
  • Model chaining: Easily setup complex workflows by connecting models and APIs to work together in an interdependent and sequential manner.
  • Simple Python interface: Replace writing thousand of lines of glue code with simple Python commands, while being able to drill down to any layer of implementation detail, like the inner workings of your models or your training details.
  • Python-first: Bring and leverage any function, program, script or algorithm from the Python ecosystem to enhance your workflows and applications.
  • Difficult data-types: Work directly with images, video, audio in your database, and any type which can be encoded as bytes in Python.
  • Feature storing: Turn your database into a centralized repository for storing and managing inputs and outputs of AI models of arbitrary data-types, making them available in a structured format and known environment.
  • Vector search: No need to duplicate and migrate your data to additional specialized vector databases - turn your existing battle-tested database into a fully-fledged multi-modal vector-search database, including easy generation of vector embeddings and vector indexes of your data with preferred models and APIs.

Preview

Browse the re-usable snippets to understand how to accomplish difficult AI end-functionality with few lines of code using Superduper.

Example use-cases and apps (notebooks)

The notebooks below are examples how to make use of different frameworks, model providers, databases, retrieval techniques and more. To learn more about how to use Superduper with your database, please check our Docs.

Name Link
Multimodal vector-search with a range of models and datatypes Open In Colab
RAG with self-hosted LLM Open In Colab
Fine-tune an LLM on your database Open In Colab
Featurization and transfer learning Open In Colab

Currently supported datastores:

Superduper your: MongoDB, MongoDB Atlas, Snowflake, PostgreSQL, MySQL, SQLite, DuckDB, Google BigQuery, Amazon S3, Microsoft SQL Server (MSSQL), ClickHouse, Oracle, Trino, PySpark, Pandas, Apache Druid, Apache Impala, Polars, Apache Arrow DataFusion,

Supported AI frameworks, models and APIs (more coming soon):

Integrate and self-hosted your own models (whether from open-source, commercial or self-developed) with a simple Python command from: PyTorch, Scikit-learn, HuggingFace

Preconfigured API integrations (more coming soon):

Integrate externally hosted models accessible via API to work side-by-side or together with your other models a simple Python command: OpenAI, Cohere, Anthropic, Jina AI

Installation

# Option 1. Superduper Library

Ideal for building new AI applications.

pip install superduper-framework

# Option 2. Superduper Container

Ideal for learning basic Superduper functionalities and testing notebooks.

docker pull superduperio/superduper
docker run -p 8888:8888 superduperio/superduper

# Option 3. Superduper Testenv

Ideal for learning advanced Superduper functionalities and testing whole AI stacks.

make build_sandbox
make testenv_init

Community & getting help

If you have any problems, questions, comments, or ideas:

Contributing

There are many ways to contribute, and they are not limited to writing code. We welcome all contributions such as:

Please see our Contributing Guide for details.

Contributors

Thanks goes to these wonderful people:

License

Superduper is open-source and intended to be a community effort, and it wouldn't be possible without your support and enthusiasm. It is distributed under the terms of the Apache 2.0 license. Any contribution made to this project will be subject to the same provisions.

Join Us

We are looking for nice people who are invested in the problem we are trying to solve to join us full-time. Find roles that we are trying to fill here!