Files
lancedb/docs/src/cloud/hybrid_search.md
2024-11-13 21:57:05 -08:00

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"
```