Resource hub
Engineering
View all ->->How to scale vector search in Postgres (pgvector) for RAG and AI agents: memory limits, filtering, and when to go hybrid
Manveer Chawla • Last updated: Jun 18, 2026
Scale vector search in Postgres with pgvector: avoid HNSW RAM limits, fix filtering recall, and know when to go hybrid. Read now.
How to query a REST API in Python
Al Brown • Last updated: Jun 15, 2026
Read a JSON API response into a DataFrame with chDB. Use the pandas API you already know to filter and aggregate the response, running on ClickHouse's engine with no server to start.
How to convert Parquet to ORC
Al Brown • Last updated: Jun 6, 2026
Convert a Parquet file to ORC with one clickhouse-local command. The schema is read from the Parquet footer and the types carry into ORC, with no server and no upload.