You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetch_k (int): Number of Documents to fetch to pass to MMR algorithm.
79
81
lambda_mult (float): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
80
82
index_query_options (QueryOptions): Index query option.
83
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
fetch_k (int, optional): Number of Documents to fetch to pass to MMR algorithm. Defaults to 20.
141
146
lambda_mult (float, optional): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
142
147
index_query_options (Optional[QueryOptions], optional): Index query option. Defaults to None.
148
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
fetch_k (int): Number of Documents to fetch to pass to MMR algorithm.
325
333
lambda_mult (float): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
326
334
index_query_options (QueryOptions): Index query option.
335
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
327
336
328
337
Raises:
329
338
:class:`InvalidTextRepresentationError <asyncpg.exceptions.InvalidTextRepresentationError>`: if the `ids` data type does not match that of the `id_column`.
fetch_k (int): Number of Documents to fetch to pass to MMR algorithm.
394
405
lambda_mult (float): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
395
406
index_query_options (QueryOptions): Index query option.
407
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
396
408
397
409
Raises:
398
410
:class:`InvalidTextRepresentationError <asyncpg.exceptions.InvalidTextRepresentationError>`: if the `ids` data type does not match that of the `id_column`.
fetch_k (int): Number of Documents to fetch to pass to MMR algorithm.
466
480
lambda_mult (float): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
467
481
index_query_options (QueryOptions): Index query option.
482
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
468
483
469
484
Raises:
470
485
:class:`InvalidTextRepresentationError <asyncpg.exceptions.InvalidTextRepresentationError>`: if the `ids` data type does not match that of the `id_column`.
fetch_k (int): Number of Documents to fetch to pass to MMR algorithm.
536
553
lambda_mult (float): Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5.
537
554
index_query_options (QueryOptions): Index query option.
555
+
hybrid_search_config (HybridSearchConfig): Hybrid search configuration. Defaults to None.
538
556
539
557
Raises:
540
558
:class:`InvalidTextRepresentationError <asyncpg.exceptions.InvalidTextRepresentationError>`: if the `ids` data type does not match that of the `id_column`.
0 commit comments