community[patch]: Test InMemoryVectorStore with RWAPI test suite (#23603)

Add standard test suite to InMemoryVectorStore implementation.
This commit is contained in:
Eugene Yurtsev
2024-06-27 16:43:43 -04:00
committed by GitHub
parent da7beb1c38
commit 68f348357e
4 changed files with 42 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ def test_test_group_dependencies(poetry_conf: Mapping[str, Any]) -> None:
"duckdb-engine",
"freezegun",
"langchain-core",
"langchain-standard-tests",
"langchain",
"lark",
"pandas",