Test adding documents into the VectorStore.
If this test fails, check that:
vectorestore
fixture.similarity_search for the top k similar documents does
not threshold by score.test_add_documents(
self,
vectorstore: VectorStore,
) -> None