Skip to content
Changelog

Query supported search types on ClickHouse and Pinecone

Agno Team

June 23, 20261 min read

ClickHouse and Pinecone vector DBs now report their supported search types through get_supported_search_types(), matching the other vector stores. You can check what a backend supports programmatically rather than discovering it by trial and error.

View the ClickHouse docs and the Pinecone docs for more.

Shipped around the same time