Files
langchain-python/langchain/vectorstores
Rian Dolphin 2e39ede848 add with score option for max marginal relevance (#6867)
### Adding the functionality to return the scores with retrieved
documents when using the max marginal relevance
- Description: Add the method
`max_marginal_relevance_search_with_score_by_vector` to the FAISS
wrapper. Functionality operates the same as
`similarity_search_with_score_by_vector` except for using the max
marginal relevance retrieval framework like is used in the
`max_marginal_relevance_search_by_vector` method.
  - Dependencies: None
  - Tag maintainer: @rlancemartin @eyurtsev 
  - Twitter handle: @RianDolphin

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-06-28 22:00:34 -07:00
..
2023-06-22 08:00:15 -07:00
2023-04-24 11:50:55 -07:00
2023-06-22 08:00:15 -07:00
2023-04-27 08:14:36 -07:00
2023-06-27 16:50:17 -07:00
2023-06-17 09:44:28 -07:00
2023-06-18 18:33:15 -07:00
2023-04-24 19:54:15 -07:00
2023-06-23 14:56:54 -07:00
2023-04-22 08:26:19 -07:00