Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return a Pinecone Index instance.
get_pinecone_index( cls, index_name: Optional[str], pool_threads: int = 4, *, pinecone_api_key: Optional[str] = None ) -> _Index
Returns: Pinecone Index instance.
index_name
Optional[str]
Name of the index to use.
pool_threads
int
4
Number of threads to use for index upsert.
pinecone_api_key
None
The api_key of Pinecone.