-
If i am trying to chat with a one off github repo, running docker feels a bit heavy. A local python file for embeddings, a local HF model for calculating the vectors might also be a reasonable thing t…
-
### SDK
Python
### Description
Currently, the `connect_async` function expects a `storage_options` parameter. However, the `connect` function does the connection differently, and I cannot use the `…
-
Hi,
This is a great project, looking forward to trying it out more and experimenting with some workflows!
I'm looking at the portions of the code that utilize `networkx` for the graph retrieval…
-
### LanceDB version
v0.13.0
### What happened?
![image](https://github.com/user-attachments/assets/4aef96bf-4b65-47e3-8500-ad65d1fc4905)
When I use minio to store lancedb, I connect and cannot con…
-
Apologies if this is a n00b question. I'm trying out the multimodal embedding examples here:
https://lancedb.github.io/lancedb/embeddings/default_embedding_functions/
Retrievals aren't too bad for C…
shaqq updated
3 months ago
-
### LanceDB version
v0.13.0
### What happened?
I am trying to use a `where` statement to filter down a search where the column being filtered is a python `datetime.date`. This works for vecto…
-
When we do `head()`, we should check the number of rows in the table before performing take, and just use the lower value. That way we avoid this unnecessary warning.
https://github.com/lancedb/lan…
-
PR #3101 added alignment in page layout and chunk layout, but PR #3099 still need to do a copy of the raw data read from disk to start decoding, [see the code here](https://github.com/lancedb/lance/bl…
-
### LanceDB version
v0.13.0b1
### What happened?
Can't embed empty string. This might seem not all that useful, but there are indeed cases, especially in bulk loading tools like dlt where we curren…
-
Currently we don't garueentee much that is returned from this api.
While, this api is mostly for inspection, it would be very helpful to have stonger api garueetees.
Also, the FFI uses string pa…