Cory Grinstead

Results 147 comments of Cory Grinstead

@alexey-milovidov we recently fixed an issue affecting parquet pushdowns https://github.com/GlareDB/glaredb/issues/2583 which should be available in our next release. I'd be interested to see if this fixes some of these parallelism...

@greyscaled I'm unable to reproduce this. Am I missing any steps here? ```sh > curl https://glaredb.com/install.sh | sh > ./glaredb GlareDB (v0.8.1) Type \help for help. > \open glaredb://:@.remote.glaredb.com:6443/ Connected...

I'm wondering if these should be compatible across languages? as in if i create this table in python ```py func = get_registry().get("openai").create(name="text-embedding-3-large") # func = get_registry().get("openai").create(name="text-embedding-ada-002") class Items(LanceModel): text: str...

I think this is done now via https://github.com/lancedb/lancedb/pull/1308 and https://github.com/lancedb/lancedb/pull/1259

This appears to be due to the fact that the user is specifying the `"vector"` column which is also the output of the `embed` function. The application logic is unable...

i guess it depends on how we want to handle this. Do we want to treat this as a user error, or do we want to add logic to check...

@westonpace could you provide a bit more context on this one? perhaps a python equivalent of the functionality that's missing from JS?

this doesn't seem to be an issue on `0.4.16` of `vectordb` or `@lancedb/lancedb` ## vectordb ```ts import * as lancedb from "vectordb"; const uri = "data/sample-lancedb"; const db = await...

@changhiskhan are you able to provide a minimum reproducible example?

This is specifically for browser. If you want to use node. Check out [nodejs-polars](https://github.com/pola-rs/nodejs-polars)