mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 19:32:56 +00:00
move tantivy-py installation to be separate from wheel (#97)
pypi does not allow packages to be uploaded that has a direct reference for now we'll just ask the user to install tantivy separately --------- Co-authored-by: Chang She <chang@lancedb.com>
This commit is contained in:
@@ -6,9 +6,10 @@ to make this available for JS as well.
|
||||
|
||||
## Installation
|
||||
|
||||
To use full text search, you must install the fts optional dependencies:
|
||||
To use full text search, you must install optional dependency tantivy-py:
|
||||
|
||||
`pip install lancedb[fts]`
|
||||
# tantivy 0.19.2
|
||||
pip install tantivy@git+https://github.com/quickwit-oss/tantivy-py#164adc87e1a033117001cf70e38c82a53014d985
|
||||
|
||||
|
||||
## Quickstart
|
||||
|
||||
Reference in New Issue
Block a user