You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a vector database connection with PINECONE_API_KEY user saves his index on a given host for a given user.
It means that multiple users can add the same index in their Pinecone working space. This may bring some confusion (e.g. in team work) when different users have different api keys and run the same code which does not result in processing the same Pinecone workspace:
It would be a good idea to have option to retrieve the data for a host or user with a public method (e.g. get_database_host()), to reduce confusion where does user save his data.
The text was updated successfully, but these errors were encountered:
When setting up a vector database connection with
PINECONE_API_KEY
user saves his index on a givenhost
for a givenuser
.It means that multiple users can add the same
index
in their Pinecone working space. This may bring some confusion (e.g. in team work) when different users have differentapi keys
and run the same code which does not result in processing the same Pinecone workspace:It would be a good idea to have option to retrieve the data for a
host
oruser
with a public method (e.g.get_database_host()
), to reduce confusion where does user save his data.The text was updated successfully, but these errors were encountered: