Alias of VectorSearchVectorStore for consistency with the rest of vector
stores with different document storage backends.
VectorSearchVectorStoreGCS(
self,
searcher: Searcher,
document_storage: DocumentStorage,
embeddings: Embeddings | None = None
)