-
We added this parameter to Node and Async Python in https://github.com/lancedb/lancedb/pull/1113.
* [ ] Add this to the Python sync API.
* [ ] Add a quick user guide on how to measure recall of a …
-
## Description
Adding data into lancedb one row at at a time is very inefficient. However, batching up incoming requests to periodically submit makes the `add` API more complicated. Out of the bo…
-
### LanceDB version
_No response_
### What happened?
hi, I searched same vector data by Python sdk and Rust, then I get two different result:
Rust:
```
let results = self.table.que…
-
Will Windows on ARM64 support be added?
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
### LanceDB version
v0.6.2
### What happened?
Followed the instructions [here](https://lancedb.github.io/lancedb/guides/storage/#azure-blob-storage) to connect to azure blob storage. I set the requ…
-
Building my Rust project with `lancedb@0.5` with `aarch64-pc-windows` fails because this architecture isn't supported with `ring@0.16` [^1], which is a dependency because `lancedb | lance -> lance-ind…
-
### SDK
Python
### Description
I am able to create a table and index with `fixed_shape_tensor` type column, but not able to add data to the table. The add() call fails with `TypeError: Unsupported …
-
### SDK
All
### Description
If we use conditional PUT (newly released), we don't need dynamodb. This would simplify every deployment that uses S3 as storage.
Blocked on upstream: https://github.co…
-
Hi,
I would like to explore enhancing the Lance v2 format's dictionary encoding by integrating bitpacking to further reduce storage space. For instance, in a string array with 50 unique values, the…
niyue updated
1 month ago