From 22d46e9742b1ff5d1af0b4efaf6bd6cfbb8fa1b7 Mon Sep 17 00:00:00 2001 From: Duncan Blythe Date: Tue, 7 Jan 2025 07:10:08 +0100 Subject: [PATCH] [PLUGINS] Bump Version [ibis | sqlalchemy] --- plugins/ibis/README.md | 1 + plugins/sqlalchemy/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/ibis/README.md b/plugins/ibis/README.md index 65fef4c1c..9fcefa94a 100644 --- a/plugins/ibis/README.md +++ b/plugins/ibis/README.md @@ -5,6 +5,7 @@ Superduper ibis is a plugin for ibis-framework that allows you to use Superduper This plugin cannot be used independently; it must be used together with `superduper_ibis`. + Superduper supports SQL databases via the ibis project. With superduper, queries may be built which conform to the ibis API, with additional support for complex data-types and vector-searches. diff --git a/plugins/sqlalchemy/README.md b/plugins/sqlalchemy/README.md index 621cbfc64..b3e29f048 100644 --- a/plugins/sqlalchemy/README.md +++ b/plugins/sqlalchemy/README.md @@ -6,7 +6,7 @@ Superduper sqlalchemy is a metadata plugin for Superduper that allows you to sto This plugin cannot be used independently; it must be used together with superduper_ibis. -## Installation +## Installation ```bash pip install superduper_sqlalchemy