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 aa4f7d8 commit 009ab08Copy full SHA for 009ab08
vsb/databases/pinecone/pinecone.py
@@ -149,7 +149,7 @@ def initialize_population(self):
149
msg = (
150
f"PineconeDB: Index '{self.index_name}' already exists - cowardly "
151
f"refusing to overwrite existing data. Specify --overwrite to "
152
- f"delete it, or specify --skip-populate to skip population phase."
+ f"delete it, or specify --skip_populate to skip population phase."
153
)
154
logger.critical(msg)
155
raise StopUser()
0 commit comments