This function takes List[Document] element(s) and populates the existing store with a default node or default node(s) that represent the element(s) and returns the id(s) of the newly created node(s).
add_documents(
self,
documents: List[Document],
ids: Optional[List[str]] = None,
**kwargs: Any = {}
) -> List[str]