Nineya
Home
Blog
Spring-ai OpenAiChatModel NullPointerException
2025-01-14 05:23:28
2014
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
2025-01-14 05:23:18
494
The dependency should be spring-ai-redis-store-spring-boot-starter instead of spring-ai-transformers-spring-boot-starter...
Spring-ai Update mongodb.adoc
2025-01-14 05:23:16
621
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
2025-01-14 05:23:13
345
Corrected typographical errors in key documents: - pinecone.adoc (origina -> original) - typesense.adoc (retrie...
Spring-ai Include MongoDB in list of supported vector database providers
2025-01-14 05:23:02
579
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
2025-01-14 05:23:00
248
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
2025-01-14 05:22:55
368
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
2025-01-14 05:22:53
4385
Bug descriptionyml config : spring: datasource: url: jdbc:postgresql://localhost:5432/postgres ...
Spring-ai Introduce id and model in ChatResponseMetadata
2025-01-14 05:22:46
2288
Extend ChatResponseMetadata for Anthropic (blocking, streaming)Add ChatResponseMetadata for Mistral AI (blocking)Extend ...
Spring-ai Include "id" and "model" in ChatResponseMetadata for better traceability
2025-01-14 05:22:44
1105
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
2025-01-14 05:22:42
224
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
2025-01-14 05:22:38
1843
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
2025-01-14 05:22:35
2064
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
2025-01-14 05:22:25
919
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
2025-01-14 05:22:21
1884
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
2025-01-14 05:22:18
1789
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
2025-01-14 05:22:16
1481
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
2025-01-14 05:22:13
158
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
2025-01-14 05:22:11
308
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
2025-01-14 05:22:08
1029
Currently, in order to use an OpenSearch instance provided by AWS, additional steps are needed. This commit introduces t...
上一页
下一页
1
…
1080
1081
1082
1083
1084
…
2246
.