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 -417, February 27, 2021

THE AI TOOLCHAIN NO. -417
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED FEBRUARY 27, 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.7.0 NOTES

Triton v2.7.0 adds Java/Scala gRPC clients, TFServing/TorchServe perf_analyzer support, and YAML-based Model Analyzer configuration.

└──▷ GET THIS VERSION
$ git clone --branch v2.7.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:
$ git checkout v2.7.0
  • Extends perf_analyzer to work with TFServing and TorchServe, enabling benchmarking across non-Triton serving backends.
  • Model Analyzer parameters and test model configurations can now be specified via a YAML configuration file.
  • Model Analyzer now reports performance metrics for end-to-end latency and CPU memory usage.
  • Adds example Java and Scala clients based on the gRPC-generated API.
  • Alpha Windows release (tritonserver2.7.0-win.zip) ships with TensorRT 7.2.2 support and a GRPC endpoint.
+1 moreshow less
  • JetPack 4.5 release (tritonserver2.7.0-jetpack4.5.tgz) adds support for TensorFlow 2.4.0, TensorFlow 1.15.5, TensorRT 7.1, Custom backends, ensembles, and system shared memory on Jetson.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Milvus

Sources Release notes → v0.10.6 NOTES

Milvus v0.10.6 adds nbits parameter for IVF_PQ indexing and Prometheus label configuration support.

└──▷ GET THIS VERSION
$ git clone --branch v0.10.6 https://github.com/milvus-io/milvus.git
# already have the repo? check out this version:
$ git checkout v0.10.6
  • Adds optional nbits argument to the create_index() method for the IVF_PQ index, enabling finer control over product quantization bit-width.
  • Supports configuring Prometheus labels cluster_label and instance_label under the metric config section.
  • Improves FLAT search performance on binary vectors using the AVX2 instruction set.
Was this useful?

Weaviate

Sources Release notes → v1.1.0 NOTES

Weaviate v1.1.0 adds nearObject GraphQL search and delivers 30–50% faster cross-reference batch imports.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.0 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.1.0
└──▷ USE IT
Find objects most similar to a known object ID without having to retrieve its vector first.
graphql
{
  Get{
    Publication(
      nearObject: {
        id: "27b5213d-e152-4fea-bd63-2063d529024d",
        certainty: 0.7
      }
    ){
      name
      _additional {
        certainty
      }
    }
  }
}
  • Adds nearObject search parameter to GraphQL Get queries, letting you find the most similar objects to a given id or beacon in a single step — no need to first retrieve the vector and run a separate nearVector search; supports a certainty threshold.
  • Supports combining nearObject with movement operations in the text2vec-contextionary module.
  • Cross-reference batch imports are now 30–50% faster on cross-reference-heavy datasets by recognising that reference updates do not change vector positions and skipping a full re-index of affected objects.
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 →