Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -408, November 30, 2021

THE AI TOOLCHAIN NO. -408
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED NOVEMBER 30, 2021 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 3 tools matched
AI & LLM Tooling
◆  AI Model & Data Infrastructure

NVIDIA Triton Inference Server

Sources Release notes → v2.16.0 NOTES

Triton v2.16.0 adds LightGBM categorical feature support, Inferentia PoC, ARM Model Analyzer, and Jetson examples.

└──▷ GET THIS VERSION
$ git clone --branch v2.16.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v2.16.0
  • Adds support for LightGBM models with categorical features in the FIL backend.
  • Adds ARM support for Model Analyzer.
  • Completes proof-of-concept Inferentia support via the Python backend.
  • Adds Jetson examples under docs/examples/jetson in documentation.
Was this useful?
◆  AI Coding Agents

Zed

Sources Release notes → v0.9 3 RELEASES · 2021-11-08 → 2021-11-30 NOTES STABLE

Zed v0.9 adds collaborator presence in the titlebar, multi-cursor shortcuts, and richer mouse selection.

└──▷ GET THIS VERSION
$ git clone --branch v0.9 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.9
  • Collaborators for the active worktree are now rendered in the titlebar, making co-presence visible at a glance.
  • Go to line is now bound to ctrl-g.
  • Select next instance bound to cmd-d: selects the word under the cursor when selection is empty, then each subsequent match; cmd-k cmd-d moves the current selection to the next match instead of adding one.
  • Toggle line comments bound to cmd-/.
  • Outdent now bound to shift-tab.
+2 moreshow less
  • Enhanced mouse-based selection: double-click selects by word, triple-click by line, quad-click selects all, click-and-drag in the gutter selects by line, alt-click adds selections, and alt-shift-click performs columnar selection.
  • Markdown and plain text are now soft-wrapped at 80 columns; source code is no longer wrapped.
2 more releases in this issue · 2021-11-08 → 2021-11-30
v0.8.0 NOTES STABLE

Zed v0.8.0 displays detailed inline diagnostics in the editor, navigable with F8.

└──▷ GET THIS VERSION
$ git clone --branch v0.8.0 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.8.0
  • Adds inline diagnostic messages displayed directly in the editor below their respective lines, aligned with underlined content, with F8 to jump to the next diagnostic in the buffer.
v0.7 NOTES STABLE

Zed v0.7 adds rust-analyzer integration for inline error underlining and a new status bar showing cursor position and error messages.

└──▷ GET THIS VERSION
$ git clone --branch v0.7 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.7
  • Integrates rust-analyzer to underline errors directly in Rust code within the editor.
  • Adds a status bar displaying the cursor's current position and the first line of any error message under the cursor.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Weaviate

Sources Release notes → v1.8.0 NOTES

Weaviate v1.8.0 adds horizontal scaling with multi-shard indices, paginated search via offset, and filtered vector search improvements.

└──▷ GET THIS VERSION
$ git clone --branch v1.8.0 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.8.0
└──▷ TRY IT
Page through search results in REST to retrieve results 76-100 without re-fetching from the start.
$ curl 'http://localhost:8080/v1/objects?limit=25&offset=75'
Pin a stable cluster hostname in docker-compose before upgrading to v1.8.0 so shard ownership survives container restarts.
$ CLUSTER_HOSTNAME=node1 docker-compose up -d
  • Adds offset pagination parameter to GET /v1/objects?limit=25&offset=75 and GraphQL Get { Class(limit:25, offset:75) { } } for paging through list, vector, and filter search results.
  • Adds QUERY_MAXIMUM_RESULTS environment variable to raise the default 10,000-object pagination cap (use with caution — high values can spike memory and slow the cluster).
  • Adds CLUSTER_HOSTNAME environment variable to assign a stable node hostname, required for correct shard resolution in multi-node or docker-compose deployments.
  • Introduces horizontal scalability with multi-shard indices, enabling Weaviate to run as a cluster across multiple nodes with configurable sharding per class (shardingConfig in schema).
  • Introduces a Flat-Search Cutoff for filtered vector search, switching automatically to a flat scan when the filtered candidate set is small enough to make HNSW traversal suboptimal.
+1 moreshow less
  • Adds cacheable inverted-index filter segments to accelerate repeated filtered vector searches.
└──▷ BREAKING ON UPGRADE
  • !Upgrading to v1.8.0 triggers an automatic, irreversible on-disk data migration from the single fixed-name shard layout used in v1.7.x to the new multi-shard layout; downgrading to v1.7.x afterwards requires a pre-upgrade backup.
  • !docker-compose deployments without a stable hostname will fail after docker-compose down + restart because the migrated shard is pinned to the container ID hostname; set CLUSTER_HOSTNAME=<stable-name> before first starting v1.8.0 to prevent this.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →