Jupyter Notebook
index = pc.Index("vector-demo")

>>> index.upsert(vectors=vector_data)
{'upserted_count': 10}

Upsert vectors to Index