crate-workbench / langchain

⚡ Building applications with LLMs through composability ⚡
https://python.langchain.com
MIT License
0 stars 0 forks source link

Get rid of dependency to cratedb-toolkit #25

Open amotl opened 3 weeks ago

amotl commented 3 weeks ago

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:

amotl commented 1 week ago

Status Update