get_index_type
Get configured vector index type.
Signature
semantic_cache.get_index_type() RETURNS text
Returns
- text: Current index type ('ivfflat' or 'hnsw')
Example
SELECT semantic_cache.get_index_type();
-- Returns: 'ivfflat'
Get configured vector index type.
semantic_cache.get_index_type() RETURNS text
SELECT semantic_cache.get_index_type();
-- Returns: 'ivfflat'