live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
releaseRelease

SchemaGate 0.1.44 chooses its embedder automatically—and turns an optional extra into runtime policy

The release reports a three-question retrieval gain across 98 tests, while preserving the hashed model for base installs and adding an opt-out for persisted deployments.

Benchmark chart: hashed embedder vs MiniLM, with small but real retrieval gains.
Chart: figures from the story
By The News Desk· Sep 13, 2026the quick take — two AI hosts go live when you do

SchemaGate 0.1.44 changes Catalog() so the library selects its embedding path from the installed environment rather than requiring every user to make that choice manually. A base installation continues to use the project’s hashed n-gram vectorizer; an installation with the huggingface extra automatically uses all-MiniLM-L6-v2. The release keeps SCHEMAGATE_AUTO_EMBEDDER=0 as an escape hatch for operators who want the hashed path even when the sentence-model dependency is present. (release notes)

The measured gain is real but narrow

The project reports 90 correct retrievals out of 98 questions for the hashed embedder and 93 out of 98 for MiniLM across six bundled schemas, with no schema descriptions supplied. All three additional successes came from the commerce schema’s conversationally phrased questions, where the score moved from 15/18 to 18/18. The author explicitly characterizes this as a three-question overall gain rather than a transformation across the whole suite. (implementation commit)

That distinction matters for deployment decisions. The base path remains deliberately small, offline and deterministic, while the sentence-model path is activated only for users who have already installed the heavier Hugging Face stack. In other words, 0.1.44 does not impose a model download on every installation; it uses the dependency set as a signal that the operator has accepted that trade-off. (release notes)

Installed packages now affect retrieval behavior

The convenience also creates a configuration boundary. Two hosts running the same application code can choose different embedders if only one has the Hugging Face extra installed. The project pins its own test suite to the hashed implementation so developers with different extras do not silently run different tests, and the commit notes that its JavaScript twin has no sentence-model path. (implementation commit)

Persisted indexes deserve particular care. The author says an upgraded persisted index can encounter a vector-dimension mismatch when automatic selection changes the embedder, and 0.1.44 updates that error to point operators toward the opt-out variable. Teams should therefore pin the intended path explicitly during rollout and test existing indexes before allowing dependency changes to select a new model. (implementation commit)

The release also reports a live Oracle check on a 30-million-row schema. It describes ten complex questions, then reports 9/9 answered and run, with eight reaching the full required join depth; three further questions whose requested relationships were absent were declined rather than answered with invented columns. The release does not explain the ten-versus-nine denominator, and these are project-reported results rather than an independent benchmark, but the check still exercises a useful failure mode alongside retrieval accuracy. (release notes)

For practitioners, the important change is less “sentence embeddings win” than “environment composition is now policy.” The upgrade removes a setup decision for new users, but production deployments should make that decision visible in dependency locks, environment configuration and index-migration tests.

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.