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 0cfdee3 commit c20fb4dCopy full SHA for c20fb4d
pinecone/pinecone.py
@@ -115,7 +115,7 @@ def inference(self):
115
@property
116
def db(self):
117
"""
118
- DBControl is a namespace where an instance of the `pinecone.control.db_control.DBControl` class is lazily created and cached.
+ DBControl is a namespace where an instance of the `pinecone.db_control.DBControl` class is lazily created and cached.
119
120
if self._db_control is None:
121
from pinecone.db_control import DBControl
0 commit comments