langchain4j/langchain4j-milvus
github-actions[bot] a39f132b91 Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00
..
src Escape LIKE wildcards in Milvus containsString filter (match #5522/#5553) (#5600) 2026-06-26 10:26:40 +02:00
README.MD Version upgrade for Milvus integration (#2362) 2025-01-10 17:57:31 +01:00
pom.xml Update versions to 1.19.0-SNAPSHOT and 1.19.0-beta29-SNAPSHOT 2026-07-17 13:42:56 +00:00

README.MD

Milvus Embedding Store

This module implements EmbeddingStore using Milvus Vector Database.

Requirements

  • Milvus 2.4.20 or newer

Running the Test Suite

The test suites can run on Docker Testcontainers or a Zilliz Cloud cluster. For the cloud target, make sure the following environment variables are configured:

  • MILVUS_URI
  • MILVUS_API_KEY
  • MILVUS_USERNAME
  • MILVUS_PASSWORD