-
### Documentation description
User contacted me with the following question:
> how can I swap openai embeddings for an ollama model nomic-embed-text. While [ollama isn't mentioned as supported in …
-
Aside from deploying the streamlit frontend to a serverless web endpoint, I'll need to get my lancedb/ into modal somehow. From the docs, looks like my best bet is probably [`https://modal.com/docs/re…
-
it would be great if you could add support for Lancedb. as its serverless vectordb which can scale up to billions
lancedb : https://lancedb.com/
langchian lancedb:https://python.langchain.com/v0.…
-
### LanceDB version
python-v0.13.0
### What happened?
If I run multiple parallel vector searches on AWS storage, the process fails with:
```
query = table.search(vector).limit(limit)
…
-
### LanceDB version
0.14.0
### What happened?
I used a code sample in [these docs](https://blog.lancedb.com/hybrid-search-and-reranking-report/), but get an error:
```
ImportError: Please insta…
-
**Is your feature request related to a problem? Please describe.**
Lancedb is a serverless vector database.
I would like to use lancedb with langchain-rust, I could avoid to use python. Lancedb have…
-
Very cool looking project! How about configurable databases? I am partial to LanceDB https://lancedb.github.io/lancedb/#documentation-guide for vector and if I wanted to use a different sql server? I …
-
### SDK
Python
### Description
```python
import lancedb
import pyarrow.parquet as pq
# Connect to LanceDB
db = lancedb.connect("data/cases2.lance")
print(db.table_names())
data = pq.read_…
-
### Description
In this code sample:
```
# passing `use_tantivy=False` to use lance FTS index
# `use_tantivy=True` by default
table.create_fts_index("text")
```
and api docs:
```
Help o…
-
Hi there, I'm a user of [lancedb](https://lancedb.com/), which leverages `tantivy-py` for full text search indices (see https://lancedb.github.io/lancedb/fts). A current shortcoming of the lancedb FTS…