Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Este documento mostra como usar embeddings armazenados para gerar índices e embeddings de consulta. Para mais informações sobre como armazenar embeddings, consulte
Armazenar embeddings de vetor.
É possível criar índices ScaNN, IVF, IVFFlat e HNSW com o AlloyDB.
Antes de começar
Antes de começar a criar índices, conclua os seguintes
pré-requisitos.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-21 UTC."],[[["This guide outlines how to generate and query indexes using stored embeddings within AlloyDB."],["AlloyDB supports the creation of `ScaNN`, `IVF`, `IVFFlat`, and `HNSW` index types."],["Before creating indexes, you must have the `vector` extension (version 0.5.0 or later) installed, with embedding vectors already stored in a table."],["To create `ScaNN` indexes you must also install the `alloydb_scann` extension."],["The `postgres_ann` extension has been renamed to `alloydb_scann`, requiring users to drop old indexes created using `postgres_ann`, upgrade AlloyDB Omni and recreate indexes with `alloydb_scann`."]]],[]]