def create_embeddings_index()

in use-cases/rag-pipeline/alloy-db-setup/src/table.py [0:0]


def create_embeddings_index(
    database: str,
    table_name: str,
    embedding_column: str,
    index_name: str,
    distance_function: str,
    num_leaves: int,