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 431b867 commit 86c5f66Copy full SHA for 86c5f66
pinecone/inference/resources/asyncio/model.py
@@ -4,11 +4,11 @@
4
5
6
if TYPE_CHECKING:
7
- from pinecone.core.openapi.inference.api.inference_api import InferenceApi
+ from pinecone.core.openapi.inference.api.inference_api import AsyncioInferenceApi
8
9
10
class ModelAsyncio:
11
- def __init__(self, inference_api: "InferenceApi") -> None:
+ def __init__(self, inference_api: "AsyncioInferenceApi") -> None:
12
self.__inference_api = inference_api
13
""" @private """
14
0 commit comments