Skip to content

Releases: redis/redis-vl-golang

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 21:52

Changelog

  • 0284389 Benchmarks: per-run Redis testcontainers for fair comparison
  • 07ee751 Bump actions/configure-pages from 4 to 6
  • 6fe0e71 Bump actions/upload-artifact from 4 to 7
  • 77658d2 Bump goreleaser/goreleaser-action from 6 to 7
  • 1ee20fe Merge pull request #11 from redis-developer/dependabot/github_actions/goreleaser/goreleaser-action-7
  • 36fe249 Merge pull request #8 from redis-developer/dependabot/github_actions/actions/configure-pages-6
  • 9d4f39e Merge pull request #9 from redis-developer/dependabot/github_actions/actions/upload-artifact-7
  • f16416b Rename the core module path to github.com/redis/redis-vl-golang
  • 8dda27d Update repository links after the move to the redis org

Install

Download the archive for your platform above, or:

go install github.com/redis/redis-vl-golang/cmd/rvl@v0.2.0

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:23

Changelog

  • 4a58828 Address review feedback: SECURITY.md accuracy, transport/auth boundary tests
  • 165e4d3 MCP server: JWT auth, SSE transport, and schema overrides
  • 9572451 Release v0.1.2
  • 71c97a8 Updated README
  • fa991ea Updated README

Install

Download the archive for your platform above, or:

go install github.com/redis-developer/redis-vl-golang/cmd/rvl@v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 22:39

Changelog

  • 0f374bd Add Antora documentation site
  • bc6afde Add GoReleaser pipeline for rvl binary releases
  • 813a5ba Add lint CI, Dependabot, changelog, community files; fix lint findings
  • 3973fa9 Bump @antora/site-generator in /docs in the antora group
  • 2f8c768 Bump actions/checkout from 4 to 7
  • 6e140d0 Bump actions/deploy-pages from 4 to 5
  • 43c3245 Bump actions/setup-go from 5 to 6
  • 59eb36e Bump actions/setup-node from 4 to 6
  • 83ecd13 Bump golangci/golangci-lint-action from 8 to 9
  • 72e9127 Bump the go-dependencies group with 2 updates
  • 979535c Merge pull request #1 from redis-developer/dependabot/github_actions/golangci/golangci-lint-action-9
  • 3525bb2 Merge pull request #2 from redis-developer/dependabot/github_actions/actions/checkout-7
  • 9c918c7 Merge pull request #3 from redis-developer/dependabot/github_actions/actions/setup-node-6
  • cedf433 Merge pull request #4 from redis-developer/dependabot/github_actions/actions/deploy-pages-5
  • a35bfa1 Merge pull request #5 from redis-developer/dependabot/github_actions/actions/setup-go-6
  • cc31f3e Merge pull request #6 from redis-developer/dependabot/go_modules/go-dependencies-83124e5c89
  • 28b408b Merge pull request #7 from redis-developer/dependabot/npm_and_yarn/docs/antora-d40490152a
  • b66cf2d Record core module checksums in hf go.sum
  • db7769d Release v0.1.1
  • 86b3fa1 Suppress Spring related-projects panel in docs
  • 8b4e6fa Trim whitespace from API keys and tokens
  • bca9418 Trim whitespace from API keys; return metadata fields in MCP example config
  • 30b93c7 Updated README

Install

Download the archive for your platform above, or:

go install github.com/redis-developer/redis-vl-golang/cmd/rvl@v0.1.1

RedisVL for Golang v0.1.0

Choose a tag to compare

@riferrei riferrei released this 03 Jul 17:03

The first release of RedisVL for Golang — the AI-native Go client for Redis, ported from redis-vl-python.

Highlights

  • Core library: schema-driven index management (Hash & JSON), vector KNN / range / filter / count / full-text queries, fluent filter DSL, hybrid queries (FT.HYBRID and FT.AGGREGATE-based), batch operations, and pagination
  • AI extensions: semantic caching (self-hosted or managed LangCache), embeddings cache, message history, semantic router
  • Vectorizers: OpenAI, Azure OpenAI, Cohere, Mistral, VoyageAI, Ollama — plus local in-process embeddings via ONNX Runtime (separate extensions/vectorize/hf module, no API keys required)
  • Rerankers: Cohere, VoyageAI, and local cross-encoder models
  • Tooling: the rvl CLI and a built-in MCP server for AI agents
  • Integration tests via testcontainers, CI, and full documentation

Install

go get github.com/redis-developer/redis-vl-golang@v0.1.0
go get github.com/redis-developer/redis-vl-golang/extensions/vectorize/hf@v0.1.0

Requires Go 1.25+ and Redis 8.x (some features need 8.4+).