Spring-ai OpenAiChatModel NullPointerException

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring-ai Update redis.adoc to correct the dependency for Redis vector store

The dependency should be spring-ai-redis-store-spring-boot-starter instead of spring-ai-transformers-spring-boot-starter...

Spring-ai Update mongodb.adoc

Adding links + descriptions for MongoDB Atlas and MongoDB Vector Search (related to https://github.com/spring-projects/s...

Spring-ai Update selective typo corrections in documentation

Corrected typographical errors in key documents: - pinecone.adoc (origina -> original) - typesense.adoc (retrie...

Spring-ai Include MongoDB in list of supported vector database providers

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Consistent vector store property prefix for Chroma store

The Chroma vector store config property prefix uses .store at the end, which is not consistent with the other vector sto...

Spring-ai Update openai-chat.adoc

Added a missing ;Thank you for taking time to contribute this pull request!You might have already read the [contributor ...

Spring-ai PgVector column cannot have more than 2000 dimensions for index

Bug descriptionyml config : spring: datasource: url: jdbc:postgresql://localhost:5432/postgres ...

Spring-ai Introduce id and model in ChatResponseMetadata

Extend ChatResponseMetadata for Anthropic (blocking, streaming)Add ChatResponseMetadata for Mistral AI (blocking)Extend ...

Spring-ai Include "id" and "model" in ChatResponseMetadata for better traceability

Expected BehaviorMany LLM providers (including OpenAI, Mistral AI, and Anthropic), include an ID in their responses to u...

Spring-ai Support Chroma's CHROMA_SERVER_AUTH_CREDENTIALS env var from version 0.4.x

Currently, Docker Compose and Testcontainers support CHROMA_SERVER_AUTHN_CREDENTIALS, which is provided by Chroma 0.5.x....

Spring-ai OpenAI: Add support for getting token usage when using streaming

Fixes #814I'm aware of PR #829, but I would like to propose a more complete solution here.This PR:- Adds support for the...

Spring-ai has error multiple modal calling in zhipuAi

Bug descriptionzhipu multiple modal api doc The image_url. url here can be a base64 string but should not include the p...

Spring-ai Add QianFan model client

Hi, this PR is add QianFan model client and has passed unit testing.I can provide my api_key if needed for testingthe P...

Spring-ai Fix Anthropic token usage handling in streaming

Fixing an error in getting token usage for the spring-ai-anthropic model when using streaming.The token usage for the ge...

Spring-ai Unstable Testcontainers tests

If you run the spring-ai-spring-boot-testcontainers from the CLI , e.g. ./mvnw clean install -pl spring-ai-spring-boot-...

Spring-ai Hope to increase custom host function

Sometimes we access OpenAI not necessarily through https://api.openai.com. Due to network reasons, sometimes we will bui...

Spring-ai Add support for Amazon Bedrock Claude 3.5 Sonnet

Amazon Bedrock just released Anthropic Claude 3.5 Sonnet model: https://aws.amazon.com/about-aws/whats-new/2024/06/anth...

Spring-ai Add more models and change default model for MiniMax

PR content:supports MiniMax more new modelschange default chat model to abab6.5g-chat, stronger reasoning ability and th...

Spring-ai Add AWS OpenSearch AutoConfiguration

Currently, in order to use an OpenSearch instance provided by AWS, additional steps are needed. This commit introduces t...
上一页 下一页
.