Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En este documento, se muestra cómo usar las incorporaciones almacenadas para generar índices y consultar incorporaciones. Para obtener más información sobre el almacenamiento de incorporaciones, consulta Almacena incorporaciones de vectores.
Puedes crear índices ScaNN, IVF, IVFFlat y HNSW con AlloyDB.
Antes de comenzar
Antes de comenzar a crear índices, debes completar los siguientes requisitos previos.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-11 (UTC)"],[[["This guide outlines how to generate indexes and query embeddings using stored embeddings in AlloyDB."],["AlloyDB supports the creation of `ScaNN`, `IVF`, `IVFFlat`, and `HNSW` index types, each requiring a unique name within the database."],["Before creating indexes, you need to ensure that embedding vectors are stored in an AlloyDB table and the `vector` extension (version 0.5.0 or later) is installed."],["The `alloydb_scann` extension is necessary for generating `ScaNN` indexes and is compatible with PostgreSQL 14 and 15."],["Users upgrading to AlloyDB Omni must drop any `postgres_ann` indexes, upgrade, and then recreate them using the renamed `alloydb_scann` extension."]]],[]]