import ibis
= "duckdb"
backend = ""
backend_uri
= ibis.connect(f"{backend}://{backend_uri}")
con con
<ibis.backends.duckdb.Backend at 0x1487a2890>
This page describes how to install and setup Ibis Birdbrain.
Create an Ibis connection:
Only DuckDB is installed by default. For now, you need to install other backends manually with Ibis.
See Marvin documentation for setup.
Only OpenAI and Azure OpenAI are supported for now.