Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questo documento mostra come utilizzare gli embedding archiviati per generare indici ed eseguire query su
gli embedding. Per saperne di più su come memorizzare gli embedding, consulta
Memorizzare gli embedding di vettori.
Con AlloyDB puoi creare indici ScaNN, IVF, IVFFlat e HNSW.
Prima di iniziare
Prima di poter iniziare a creare gli indici, devi completare i seguenti prerequisiti.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-03 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 for efficient data retrieval."],["Prior to index creation, you must have embedding vectors stored in an AlloyDB table and have installed the `vector` extension (version 0.5.0 or later)."],["Creating `ScaNN` indexes requires the installation of the `alloydb_scann` extension, and please note that this extension is compatible with PostgreSQL 14 and 15."],["If upgrading to AlloyDB Omni, you must drop any `postgres_ann` indexes and recreate them using the `alloydb_scann` extension."]]],[]]