-
Reproduce with following. The same works when tbl is created using a dataframe:
```
db = lancedb.connect("/tmp")
def make_batches():
for i in range(5):
yield pa.RecordBatch.from_arr…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
This is an error i got when i try to query outside the scope of the vector store. …
-
Ideally, we'd like to be able to persist the embedding function along with the lancedb table so that users don't need to manually go through the embedding step.
Pickle is only a reference. Cloudpic…
-
Command I ran : `import exllamav2` in jupyter notebook.
Error I got :
```python
---------------------------------------------------------------------------
OSError …
-
The error I'm getting is very similar to the one stated by @shrashansh
vectordb: unsupported platform linux_arm64. Please file a bug report at https://github.com/lancedb/lancedb/issues …
-
Currently in https://github.com/lancedb/lance/blob/main/rust/src/io/commit/external_manifest.rs the path pointer in the external store is left as the temporay path, with a uuid suffix.
This creates…
-
Hello,
Not sure if my query should be placed here, apologies in advance,.
I am quite new to this topic of llm and just found out about anythingllm ( impressive tool btw ). I would like to know if th…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I would love to see the SDK [...does something new...]
Hey I am utilizi…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.x
### Custom code
Yes
### OS platform and di…
-
On my Intel Mac I get the below segfault when running `docker-compose up -d --build`
```
> [build-stage 2/2] RUN cd ./frontend/ && yarn build && yarn cache clean:
#0 0.520 yarn run v1.22.1…