-
I created a new environment and ran pip install crewai and pip install 'crewai[tools]'. However, every time I run the code, I encounter the same error. I've tried reinstalling, creating another enviro…
Vigtu updated
2 months ago
-
Hello Lance team. I'm going through some [burn](https://github.com/tracel-ai/burn) tutorials (Rust deep learning framework) and wanted to take a stab at data loading from a Lance table. Unfortunately …
-
### LanceDB version
_No response_
### What happened?
If you have an index with only FTS and no vectors, searching without passing through an vector_column_name crashes. However, it works fine…
-
## Issue
**Please share the bug or issue you are facing. (A screenshot would be appreciated)**
In the table, it is indicated that LanceDB does not support hybrid search, when in fact it is suppo…
ntkog updated
9 months ago
-
### Description
Upload file successfully index -> select ```Search In File(s) ``` and choose file uploaded, then ask question, get error
![image](https://github.com/user-attachments/assets/ca3da562-…
-
### LanceDB version
_No response_
### What happened?
from Discord user:
```
hi everyone, this is probably not the right topic to ask questions so please route me anywhere else if needed.
my is…
-
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
I deployed `nomic-embed-text:last` embedding model on server but met an error when using it.
![image](https://github…
-
### the version of `lance` I used
v0.10.9
### the problem
I cannot `write_dataset` because it cannot connect to the backend MinIO OSS.
### how to reproduce?
the code I used is pasted below.
…
-
### What would you like to see?
I have been trying for a few days to retrieve/access embeddings on database without success.. I wonder what's the best way to accomplish this?
-
### SDK
Python
### Description
This is regarding the schema of LanceDB table. I was trying to add a new docId as an integer in the schema, but I wasn’t able to do so while creating the vector store…