mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
core: added DeleteResponse to the module (#28069)
Description: * added `DeleteResponse` to the `langchain_core.indexing` module, for implementing DocumentIndex classes.
This commit is contained in:
@@ -6,6 +6,7 @@ def test_all() -> None:
|
||||
assert __all__ == sorted(__all__, key=str.lower)
|
||||
assert set(__all__) == {
|
||||
"aindex",
|
||||
"DeleteResponse",
|
||||
"DocumentIndex",
|
||||
"index",
|
||||
"IndexingResult",
|
||||
|
Reference in New Issue
Block a user