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 4b9b3ff commit 9d97841Copy full SHA for 9d97841
autointent/_wrappers/vector_index/opensearch.py
@@ -21,7 +21,7 @@ class OpenSearchBackend(BaseIndexBackend):
21
22
def __init__(self, config: OpenSearchConfig, vector_size: int) -> None:
23
try:
24
- import opensearchpy
+ import opensearchpy # type: ignore[import-not-found]
25
26
self._opensearchpy = opensearchpy
27
except ImportError as e:
0 commit comments