π»How To Combine Different Vectors With Exact Matching Text
Searching across multiple vectors with exact text match
vi.advanced_hybrid_search(
collection_name=collection_name,
multivector_query=multivector_query,
text='sample_text',
text_fields=["sample_text_field"])Last updated
Was this helpful?