-
### How are you running AnythingLLM?
Docker (local)
### What happened?
When saving/embedding a document to the workspace I get the following error
LanceDBError: Append with different schema.
…
-
the count here: https://github.com/lancedb/lance/blob/main/rust/lance-index/src/vector/ivf/shuffler.rs#L167-L170
should be `partition_id`: `idx` / `shuffle_partition_size`
-
### What would you like to see?
Even though I may have added and saved one embedding in a workspace and later realised it was not giving me correct results, I removed it. But in the workspace it was …
-
I believe its because these methods are only on `LanceTable` (and not `Table`). I would expect to see them here:
![image](https://github.com/lancedb/lance/assets/1696093/3890a632-e1ca-4304-a69a-78…
-
### SDK
Rust
### Description
How to reproduce
```
db.create_table("my_table", data,...);
db.drop_table("MyTable").await.unwrap();
```
```
thread 'main' panicked at rust/vectordb/examples/si…
-
This is the official example based on which I had designed the cohere integration with LanceDB:
```
import cohere
import os
co = cohere.Client(api_key=os.environ.get("COHERE_API_KEY"))
query = "W…
-
Hey, would you merge a PR adding support for [SGPT](https://arxiv.org/abs/2202.08904)? I think I would just need to add a pooling method to `Pooling.py`.
Currently, using SGPT via the HF Inference AP…
-
Expose the feature added in https://github.com/lancedb/lance/issues/1032 to the lancedb api
-
**Description:**
I'm having trouble importing fiftyone after pip installing lancedb. It appears that the attr package is conflicting with the attrs package:
```
`raise NotImplementedError # pragma…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrat…