mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
x
This commit is contained in:
@@ -212,12 +212,6 @@ class AsyncDocumentIndexer(abc.ABC):
|
||||
|
||||
.. versionadded:: ___version___
|
||||
"""
|
||||
return await run_in_executor(
|
||||
None,
|
||||
self.upsert,
|
||||
items,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
@abc.abstractmethod
|
||||
async def delete(
|
||||
|
||||
Reference in New Issue
Block a user