Weston Pace
Weston Pace
I was investigating a GCS error that a user was seeing and discovered there were several places that we do not have an outer retry loop around object_store. However, I...
### SDK Rust ### Description The `vectordb::connection::ConnectOptions` struct describes valid URIs for S3 and GCS but does not describe how to use Azure cloud storage in any way.
### Description There was a migration guide created for the migration from the old API to the new API It seems out of date (it mentions features not yet supported...
### SDK Python ### Description #534 recently added commit support for dynamodb which helped bolster filesystem support. However, there are still some corner-case scenarios where we don't have a valid...
### LanceDB version v0.8.1 ### What happened? Using the async python code I tried to create a table using a generator but forgot to specify the schema. The error I...
A materialized view saves off the results of the query as a separate copy of the data. Some reasons you might want to do this are: * A query might...
### SDK Python ### Description There are many different kinds of views and different reasons for each of them. This will be a parent feature describing the various types of...
### SDK Python ### Description Every `Table` has a cache for index & metadata. Right now that cache is newly created for each table instance. This can lead to memory...
### Is your feature request related to a problem or challenge? I am trying to take a filter expression created by pyarrow and convert it into a filter expression for...
### Describe the bug This is related / tangential to #9359 My primary problem is that I am trying to sort 100 million strings and always getting errors like: ```...