New features and improvements
- Allow users to configure a base_url for the vectorizer OpenAI embedder (66ceb3d)
- Upgrade ollama client to 0.4.5 (c579238)
- Add just ext docker-start command (96ac4f5)
- Allow vectorizers to be granted to public (7b2995b)
- Allow superusers to create vectorizers on any table (027b3f4)
Fixes
- Fix load_datasets to handle structs (25465ae)
- Fix deprecation warning on re.split (7b4a916)
- Fix exclude python system packages for versioned extension (1f6d1a8)
- Fix schema qualify type definitions, casts, and operators (ee86d35)
- Fix host networking not supported on macOS (aac3d83)
- Fix handling of empty
PG_BIN
(bd83165)