mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-24 04:36:46 +00:00
Update libs/core/tests/unit_tests/federated_rerievers/test_version_2.py
This commit is contained in:
@@ -53,7 +53,7 @@ class InMemoryDocIndexer(DocumentIndex):
|
||||
)
|
||||
|
||||
class FederatedIndex(DocumentIndex):
|
||||
"""A simple retriever that returns the first document in the index"""
|
||||
"""A federated index. Can upsert and delete from all indexes. Can search across all indexes."""
|
||||
|
||||
indexes: List[DocumentIndex]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user