lance_db_hybrid_search.py
SearchType.hybrid runs LanceDB’s native vector and full-text search and combines the results.
Run the Example
1
Set up your virtual environment
2
Install dependencies
3
Export the API key
4
Run the example
Run LanceDB’s native vector and full-text search together in a single query.
SearchType.hybrid runs LanceDB’s native vector and full-text search and combines the results.
Set up your virtual environment
Install dependencies
Export the API key
Run the example