-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Labels
P3contributions wanted!Looking for external contributionsLooking for external contributionsintegration:weaviate
Description
Some async methods are missing from the Weaviate Document Store:
- count_documents_async
- filter_documents_async
- write_documents_async
- delete_documents_async
- delete_all_documents_async
These methods should be developed, trying to reduce code duplication with their synchronous versions (extracting common private functions is allowed).
Also asynchronous tests should be adapted/added to actually test these async methods.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3contributions wanted!Looking for external contributionsLooking for external contributionsintegration:weaviate
Type
Projects
Status
Todo