You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrateDB Toolkit includes a few SQLAlchemy patches reused by others. However, it must be removed as a dependency before upstreaming the adapter on behalf of GH-1, because it weighs in too heavy.
There are already relevant patches at 80/20 status, which need to be completed, mostly by accompanying them with corresponding software tests and documentation sections.
Problem
CrateDB Toolkit includes a few SQLAlchemy patches reused by others. However, it must be removed as a dependency before upstreaming the adapter on behalf of GH-1, because it weighs in too heavy.
Solution
The incubating SQLAlchemy dialect for CrateDB will host the relevant SQLAlchemy patches and polyfills instead.
Action
There are already relevant patches at 80/20 status, which need to be completed, mostly by accompanying them with corresponding software tests and documentation sections.
The most prominent ones are likely those:
FLOAT_VECTOR
data type andKNN_MATCH
function crate/sqlalchemy-cratedb#9The text was updated successfully, but these errors were encountered: