Skip to content
This project is part of pgEdge Labs and is under active development. APIs and features may change without notice.

rebuild_index

Rebuild cache table and index with current configuration.

Signature

semantic_cache.rebuild_index() RETURNS void

Description

Rebuilds the cache table and index using current configuration settings. WARNING: This clears all cached data.

Example

-- After changing dimension or index type
SELECT semantic_cache.set_vector_dimension(3072);
SELECT semantic_cache.rebuild_index();  -- Applies changes, clears cache