mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
feat(qdrant): Use Qdrant's built-in MMR search (#32302)
This commit is contained in:
@@ -63,7 +63,7 @@ def test_qdrant_mmr_search(
|
||||
output,
|
||||
[
|
||||
Document(page_content="foo", metadata={"page": 0}),
|
||||
Document(page_content="baz", metadata={"page": 2}),
|
||||
Document(page_content="bar", metadata={"page": 1}),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user