Weston Pace

Results 149 issues of 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...

enhancement

### 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.

enhancement

### 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...

documentation
good first issue
help wanted

### 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...

enhancement

### 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...

bug
Python

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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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: ```...

bug