vectorstores#

vectorstores.document_storage.DataStoreDocumentStorage(...)

将文档存储在Google Cloud DataStore中。

vectorstores.document_storage.DocumentStorage()

用于检索文档的键、文本存储的抽象接口。

vectorstores.document_storage.GCSDocumentStorage(bucket)

将文档存储在Google Cloud Storage中。

vectorstores.vectorstores.VectorSearchVectorStore(...)

使用向量搜索处理搜索和索引并将文档存储在Google Cloud Storage中的VertexAI VectorStore。

vectorstores.vectorstores.VectorSearchVectorStoreDatastore(...)

使用DatasTore文档存储的VectorSearch。

vectorstores.vectorstores.VectorSearchVectorStoreGCS(...)

VectorSearchVectorStore 的别名,用于与具有不同文档存储后端的其他向量存储保持一致。