Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superduper-io/superduper
Superduper: Build end-to-end AI applications and agent workflows on your existing data infrastructure and preferred tools - without migrating your data.
https://github.com/superduper-io/superduper
ai chatbot data database distributed-ml inference llm-inference llm-serving llmops ml mlops mongodb pretrained-models python pytorch rag semantic-search torch transformers vector-search
Last synced: 3 days ago
JSON representation
Superduper: Build end-to-end AI applications and agent workflows on your existing data infrastructure and preferred tools - without migrating your data.
- Host: GitHub
- URL: https://github.com/superduper-io/superduper
- Owner: superduper-io
- License: apache-2.0
- Created: 2022-08-30T12:51:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:11:48.000Z (9 days ago)
- Last Synced: 2025-01-22T21:54:10.388Z (9 days ago)
- Topics: ai, chatbot, data, database, distributed-ml, inference, llm-inference, llm-serving, llmops, ml, mlops, mongodb, pretrained-models, python, pytorch, rag, semantic-search, torch, transformers, vector-search
- Language: Jupyter Notebook
- Homepage: https://superduper.io
- Size: 71.1 MB
- Stars: 4,921
- Watchers: 44
- Forks: 476
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - superduper-io/superduper - Superduper: Build end-to-end AI applications and agent workflows on your existing data infrastructure and preferred tools - without migrating your data. (Python)
README
Build end-to-end AI-data workflows and applications with your favourite tools
## What is Superduper?
Superduper is a Python based framework for building **end-2-end AI-data workflows and applications** on your own data, integrating with major databases. It supports the latest technologies and techniques, including LLMs, vector-search, RAG, multimodality as well as classical AI and ML paradigms.
Developers may leverage Superduper by building **compositional and declarative objects** which out-source the details of deployment, orchestration and versioning, and more to the Superduper engine. This allows developers to completely avoid implementing MLOps, ETL pipelines, model deployment, data migration and synchronization.
Using Superduper is simply "**CAPE**": **Connect** to your data, **apply** arbitrary AI to that data, **package** and reuse the application on arbitrary data, and **execute** AI-database queries and predictions on the resulting AI outputs and data.
- **Connect**
- **Apply**
- **Package**
- **Execute****Connect**
```python
db = superduper('mongodb|postgres|mysql|sqlite|duckdb|snowflake://')
```**Apply**
```python
listener = MyLLM('self_hosted_llm', architecture='llama-3.2', postprocess=my_postprocess).to_listener('documents', key='txt')
db.apply(listener)
```**Package**
```python
application = Application('my-analysis-app', components=[listener, vector_index])
template = Template('my-analysis', component=app, substitutions={'documents': 'table'})
template.export('my-analysis')
```**Execute**
```python
query = db['documents'].like({'txt', 'Tell me about Superduper'}, vector_index='my-index').select()
query.execute()
```Superduper may be run anywhere; you can also [contact us](https://superduper.io/contact) to learn more about the enterprise platform for bringing your Superduper workflows to production at scale.
## What does Superduper support?
Superduper is flexible enough to support a huge range of AI techniques and paradigms. We have a range of pre-built functionality in the `plugins` and `templates` directories. In particular, Superduper excels when AI and data need to interact in a continuous and tightly integrated fashion. Here are some illustrative examples, which you may try out from our templates:
- Semantic multimodal vector search ([images](https://github.com/superduper-io/superduper/tree/main/templates/multimodal_image_search), [text](https://github.com/superduper-io/superduper/tree/main/templates/text_vector_search), [video](https://github.com/superduper-io/superduper/tree/main/templates/multimodal_video_search))
- [Retrieval augmented generation](https://github.com/superduper-io/superduper/tree/main/templates/retrieval_augmented_generation) with specialized requirements (data fetching involves semantic search as well as business rules and pre-processing)
- [LLM finetuning on database hosted data](https://github.com/superduper-io/superduper/tree/main/templates/llm_finetuning)
- [Transfer learning using multimodal data](https://github.com/superduper-io/superduper/tree/main/templates/transfer_learning)We're looking to connect with enthusiastic developers to contribute to the repertoire of amazing pre-built templates and workflows available in Superduper open-source. Please join the discussion, by contributing issues and pull requests!
## Core features
- Create a Superduper data-AI connection/ datalayer consisting of your own
- databackend (database/ datalake/ datawarehouse)
- metadata store (same or other as databackend)
- artifact store (to store big objects)
- compute implementation
- Build complex units of functionality (`Component`) using a declarative programming model, which integrate closely with data in your databackend, using a simple set of primitives and base classes.
- Build larger units of functionality wrapping several interrelated `Component` instances into an AI-data `Application`
- Reuse battle-tested `Component`, `Model` and `Application` instances using `Template`, giving developers an easy point to start with difficult AI implementations
- A transparent, human-readable, web-friendly and highly portable serialization protocol, "Superduper-protocol", to communicate results of experimentation, make `Application` lineage and versioning easy to follow, and create an elegant segway from the AI world to the databasing/ typed-data worlds.
- Execute queries using a combination of outputs of `Model` instances as well as primary databackend data, to enable the latest generation of AI-data applications, including all flavours of vector-search, RAG, and much, much more.## Key benefits
**Massive flexibility**
Combine any Python based AI model, API from the ecosystem with the most established, battle tested databases and warehouses; Snowflake, MongoDB, Postgres, MySQL, SQL Server, SQLite, BigQuery, and Clickhouse are all supported.
**Seamless integration avoiding MLOps**
Remove the need to implement MLOps, using the declarative and compositional Superduper components, which specify the end state that the models and data should reach.
**Promote code reusability and portability**
Package components as templates, exposing the key parameters required to reuse and communicate AI applications in your community and organization.
**Cost savings**
Implement vector search and embedding generation without requiring a dedicated vector database. Effortlessly toggle between self hosted models and API hosted models, without major code changes.
**Move to production without any additional effort**
Superduper's REST API, allows installed models to be served without additional development work. For enterprise grade scalability, fail safes, security and logging, applications and workflows created with Superduper, may be deployed in one click on [Superduper enterprise](https://superduper.io/contact).
## What's new in the `main` branch?
We are working on an upcoming release of `0.5.0`. In this release we will have:
### A graceful update schema to update already applied components
This means that changing a prompt or parameter deep in your `Component` won't mean
starting all components from scratch. This also lays the groundwork for rollbacks
and version pins.### A smart form builder leveraging the `Template` class
This will allow developers to expose their applications as no-code interfaces.
### Serialization based on Python native type annotations
```python
from superduper import typing as tclass MyPDF:
path: t.File
my_func: t.Blob
my_other_func: t.Pickle
```## Getting started
**Installation**:
```bash
pip install superduper-framework
```**View** available pre-built templates:
```bash
superduper ls
```**Connect** and **apply** a pre-built template:
(***Note:*** *the pre-built templates are only supported by Python 3.10; you may use all of the other features in Python 3.11+.*)
```bash
# e.g. 'mongodb://localhost:27017/test_db'
SUPERDUPER_DATA_BACKEND= superduper apply simple_rag
```**Execute** a query or prediction on the results:
```python
from superduper import superduper
db = superduper('') # e.g. 'mongodb://localhost:27017/test_db'
db['rag'].predict('Tell me about superduper')
```**View** and **monitor** everything in the Superduper interface. From the command line:
```bash
superduper start
```***After doing this you are ready to build your own components, applications and templates!***
**Get started** by copying an existing template, to your own development environment:
```bash
superduper bootstrap --destination templates/my-template
```**Edit** the `build.ipynb` notebook, to build your own functionality.
## Currently supported datastores
- [MongoDB](https://www.mongodb.com)
- [MongoDB Atlas](https://www.mongodb.com/cloud/atlas)
- [Snowflake](https://www.snowflake.com)
- [PostgreSQL](https://www.postgresql.org)
- [MySQL](https://www.mysql.com)
- [SQLite](https://www.sqlite.org)
- [DuckDB](https://duckdb.org)
- [Google BigQuery](https://cloud.google.com/bigquery)
- [Microsoft SQL Server (MSSQL)](https://www.microsoft.com/en-us/sql-server)
- [ClickHouse](https://clickhouse.com)## Community & getting help
If you have any problems, questions, comments, or ideas:
- Join our Slack (we look forward to seeing you there).
- Search through our GitHub Discussions, or add a new question.
- Comment an existing issue or create a new one.
- Help us to improve Superduper by providing your valuable feedback here!
- Email us at `[email protected]`.
- Visit our [YouTube channel](https://www.youtube.com/@superduper-io).
- Follow us on [Twitter (now X)](https://twitter.com/superduperdb).
- Connect with us on [LinkedIn](https://www.linkedin.com/company/superduper-io).
- Feel free to contact a maintainer or community volunteer directly!## Contributing
There are many ways to contribute, and they are not limited to writing code. We welcome all contributions such as:- Bug reports
- Documentation improvements
- Enhancement suggestions
- Feature requests
- Expanding the tutorials and use case examplesPlease see our [Contributing Guide](CONTRIBUTING.md) 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!