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
There is no parameter to add tags while creating an index. Is this intentional? What are the alternatives to add tags? My use case is to keep track of what model was used for creating embeddings that are already in the index using tags to ensure that same model is being used for all vectors in a given index. Is this the best way to go about it?
The text was updated successfully, but these errors were encountered:
Hey @rajkirankv , thanks for filing this. We're working on getting this into the next release of the Python client. Should be ready by the end of the year at latest!
pinecone-python-client/pinecone/control/pinecone.py
Line 288 in 463c30d
There is no parameter to add tags while creating an index. Is this intentional? What are the alternatives to add tags? My use case is to keep track of what model was used for creating embeddings that are already in the index using tags to ensure that same model is being used for all vectors in a given index. Is this the best way to go about it?
The text was updated successfully, but these errors were encountered: