-
Hi great project!
For testing, I am creating dummy rows, 1 billion. I want to duplicate that several times to test performance (e.g. on 10 billion rows), etc. So far, I am just using a producer to …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
When trying to divide up data in `RecordBatches` into subsets such as when writing partitione…
alamb updated
9 months ago
-
### LanceDB version
v0.5.3
### What happened?
I tried to pickle a LanceModel object containing Vector:
```python
from lancedb.pydantic import LanceModel, Vector
import pickle
class MyModel(…
-
### Description
Thanks for the docs about deploying to various hosting providers. Can you add a little pixie dust outlining some k8s deployment specs? Docker docs help for sure, but would be cool to …
-
### LanceDB version
0.4.3
### What happened?
impossible to run lancedb on node.js v20.10.0, this error is fired:
node:internal/process/promises:289
triggerUncaughtException(err, tru…
-
### 提交前必须检查以下项目 | The following items must be checked before submission
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 | Make sure you are using the latest code from the repository (git pull), some issue…
-
### LanceDB version
0.4.3
### What happened?
The following code snippets from pandas and polars should work the same way, but the polars snippet fails (the only difference is that in Polars, …
-
System: Windows 11 Educational Edition (Windows 11 pro)
Steps to reproduce:
- Add a custom LLM using the steps in documentation.
![image](https://github.com/reorproject/reor/assets/5524219/6eda8…
-
### SDK
Rust
### Description
* `Database` => `Connection`
* global `connect()` function that can accept `uri`, `api_key/http_overwride`.
* Make sure `open_table/drop_table` and `Table` signatures…
-
### SDK
Python
### Description
We can infer vector columns from the query now. Remote SDK (Python / JS) doesn't need to code the vector column hard if users did not explicitly specify it.
…