Skip to Content

GeoEmbeddings RPC API (placeholder)

This page is a temporary placeholder. The full RPC API docs are coming soon.

Studio links to this page from the GeoEmbeddings UI (“More details (GeoEmbeddings RPC API)”).

Minimal usage pattern

const { data, error } = await geobase.rpc('similarity_search', { table_name: 'your_embeddings_table', patch_id: 1, })
Last updated on