class ConvexVectorStoreClass that is a wrapper around Convex storage and vector search. It is used to insert embeddings in Convex documents with a vector search index, and perform a vector search on them.
ConvexVectorStore does NOT implement maxMarginalRelevanceSearch.