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 -437, June 28, 2019

THE AI TOOLCHAIN NO. -437
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JUNE 28, 2019 · 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   # 2 tools matched
AI & LLM Tooling
◆  AI Model & Data Infrastructure

NVIDIA Triton Inference Server

Sources Release notes → v1.3.0 NOTES

Triton v1.3.0 adds ONNX Runtime integration and an independent --http-health-port flag.

└──▷ GET THIS VERSION
$ git clone --branch v1.3.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v1.3.0
└──▷ TRY IT
Run the inference server with the health check on a dedicated port so load-balancer probes never share bandwidth with inference traffic.
$ trtserver --http-health-port=8080 --http-port=8000 --grpc-port=8001 --model-store=/models
  • Adds --http-health-port flag to specify the HTTP health endpoint port independently from the inference and status HTTP port.
  • Integrates the ONNX Runtime, enabling ONNX models to be used directly in a model repository without conversion.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Weaviate

Sources Release notes → 0.15.0 2 RELEASES · 2019-06-05 → 2019-06-24 NOTES STABLE

Weaviate 0.15.0 adds read-only user support to the AdminList authorization plugin.

└──▷ GET THIS VERSION
$ git clone --branch 0.15.0 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout 0.15.0
  • Extends the AdminList authorization plugin with a read_only_users list, enabling three permission tiers: Admins (full CRUD), read-only users, and authenticated-but-unauthorized users.
1 more release in this issue · 2019-06-05 → 2019-06-24
0.14.5 NOTES STABLE

Weaviate 0.14.5 adds OIDC discovery redirect at GET /weaviate/v1/.well-known/openid-configuration

└──▷ GET THIS VERSION
$ git clone --branch 0.14.5 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout 0.14.5
  • Adds GET /weaviate/v1/.well-known/openid-configuration endpoint that redirects (302 Found) to the configured token issuer's OIDC discovery page when OIDC auth is enabled, or returns 404 Not Found when no OIDC issuer is configured.
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 →