Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(langchain4j-milvus): MilvusEmbeddingStore supports configure required index parameters #931

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2024

  1. fix(langchain4j-zhipu-ai): Fix baseUrl misconfiguration in ZhipuAiCli…

    …ent builder
    
    This commit addresses an issue where the baseUrl in the builder of ZhipuAiClient was not properly configured in Module langchain4j-zhipu-ai. This misconfiguration could potentially lead to confusion or errors when using the client directly. By correcting the baseUrl configuration, this commit ensures consistent and accurate behavior of the client.
    Glarme committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3bc8311 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    71c9ef3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat(langchain4j-milvus): MilvusEmbeddingStore supports configure req…

    …uired index parameters
    
    Fix: [langchain4j#860](langchain4j#860)
    
    Added support for configure common custom index parameters
    
    BREAKING CHANGE: The constructor of MilvusEmbeddingStore now require a parameter of type IndexParam.
    Glarme committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d7f1b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72f05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d1e257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8eb42 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    1458bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd5402 View commit details
    Browse the repository at this point in the history