mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 20:32:59 +00:00
396 B
396 B
We support hybrid search that combines semantic and full-text search via a reranking algorithm of your choice, to get the best of both worlds. LanceDB comes with built-in rerankers and you can implement you own customized reranker as well.
=== "Python"
```python
--8<-- "python/python/tests/docs/test_cloud.py:hybrid_search"
```