An index is an organized structure used to enable efficient retrieval from a collection of data. In vector search, an index is a deployed collection of embeddings or vectors that can be queried for similarity against a specific search space.
A collection of vectors deployed together for similarity search. Vectors can be added to an index or removed from an index. Similarity search queries are issued to a specific index and will search over the vectors in that index.