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?
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!
https://github.com/pinecone-io/pinecone-python-client/blob/463c30d36b3c593b70ce81cd3cad1ae1fb7cc8f4/pinecone/control/pinecone.py#L288
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?