We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fc36a commit 0c38fb1Copy full SHA for 0c38fb1
semantic-kernel-python/test_mongodb_atlas_memory_store.py
@@ -7,7 +7,7 @@
7
import pytest
8
import pytest_asyncio
9
10
-from semantic_kernel.connectors.memory.mongodb_atlas.mongodb_atlas_memory_store import (
+from semantic_kernel.connectors.memory_stores.mongodb_atlas.mongodb_atlas_memory_store import (
11
MongoDBAtlasMemoryStore,
12
)
13
from semantic_kernel.exceptions import MemoryConnectorInitializationError
0 commit comments