-
### 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_…
-
the [tantivy](https://github.com/quickwit-oss/tantivy) full-text search engine could help us
-
As far as I know, the underlying Tantivy still does not allow changing the schema: https://github.com/tantivy-search/tantivy/issues/470 -- and this makes me wonder about Quickwit.
Reading https://q…
-
### Steps to reproduce
1. Have a largeish Seshat db. mine is currently:
![Screenshot 2024-01-18 at 11 14 24](https://github.com/element-hq/element-web/assets/1294269/e713851e-7375-4d57-991d-961e…
ara4n updated
9 months ago
-
```
SLOW [>120.000s] tantivy::failpoints test_fail_on_flush_segment_but_one_worker_remains
SLOW [>180.000s] tantivy::failpoints test_fail_on_flush_segment_but_one_worker_remains
…
-
### LanceDB version
v0.12.0
### What happened?
When using reranking, `ValueError: Syntax Error` occured for some special query text like `Calibration file write failed, Message: {0}, StackTrace: {…
-
I see you are working on trying to extrude tantivy's strange HashMap into a different project, and change the hashtable policy to robin hood hashing... Please let me now if you reach a point where it …
-
Tantivy is not meant to commit after every document.
It will get a tad better in the next version of tantivy but still not a viable solution.
Ideally pallet should accept a short lag (`100ms`) bet…
-
There are currently a few places that the documentation lives for tantivy:
https://docs.rs/tantivy/0.10.1/tantivy/index.html I would consider these the API docs for tantivy and are mostly complete …
-
### summary
Prismaに全文検索サポートがプレビューだけどあるからそれ使えばMeiliとかElastic無しでもできなくは無さそう
ただ出来るならちゃんとしたエンジンも使えるようにしたい
### Additional context
_No response_
### Would you like to implement this feature request yo…