Manage Indexes
Indexing is the process of efficiently organizing data, and it plays a major role in making similarity search useful by dramatically accelerating time-consuming queries on large datasets.
- Build an Index: Build an index to accelerate your vector similarity search.
- Drop an Index: Dropping an index irreversibly removes all corresponding index files.