James Wu
Results
1
issues of
James Wu
### LanceDB version v0.13.0 ### What happened? ``` (table .search(query_type='hybrid', vector_column_name='vector') .vector(phrase_embedding) .text(phrase) .where(condition_string) .limit(10) .to_arrow() ) Traceback (most recent call last): File "/Users/james/exp/2024-10-04/run.py", line 99, in hybrid_results = hybrid_search(phrase,...
bug