Results 29 comments of blythed

Suggestion: create a `GraphModel` and then do `G.listen(db=db, select=coll.find())`

@makkarss929 did you set up the index with `db.add(VectorIndex(...))`? Please provide information about your system.

@makkarss929 the ibis project has fixed the data types for `pgvector`. Would you like to finish your PR? Otherwise we can take this over.

Thank-you @lostmygithubaccount! We solved this in another PR - thanks for pointing out!

For example: ```python db = superduper(['customers.csv', 'orders.csv']) table = Table('orders') db.execute(table.filter(table.brand == 'Nike')) ```

Duplicate of #2210.

@jieguangzhou to provide comments. @kartik4949 to provide latest version.

We support Python 3.10 and 3.11. Does it work with those versions? See here: https://docs.superduperdb.com/docs/docs/get_started/installation

Please provide more context in relation to this: https://docs.superduperdb.com/docs/use_cases/sql_examples/multi-modal-duckdb

@Gasta88 would you like to contribute something around DuckDB? We implemented a multi-modal search use-case already. Other interesting use-cases would be greatly appreciated!