# Query supported search types on ClickHouse and Pinecone

> ClickHouse and Pinecone vector DBs now report their supported search types through get_supported_search_types(), matching the other vector stores.

- Published: 2026-06-23
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/query-supported-search-types-on-clickhouse-and-pinecone
- Markdown: https://agno-com-nine.vercel.app/articles/query-supported-search-types-on-clickhouse-and-pinecone.md

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](https://docs.agno.com/database/providers/clickhouse/overview#clickhouse) and the [Pinecone docs](https://docs.agno.com/knowledge/vector-stores/pinecone/overview) for more.
