Spring-ai Add Moonshot model client

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

Spring-ai Fix: multiple model calls in ZhiPuAi

the pr content:supports ZhiPuAI more models, including visual model (GLM-4V)change default chat model to GLM-4-Air, stro...

Spring-ai Springboot 3.2.6 integration 1.0.0-M1 failed Project startup failed

<properties> <java.version>17</java.version> <spring-ai.version>1.0.0-M1</s...

Spring-ai feat: PgVectorStore should allow table and index name to be specified…

PGvector Store's restriction to a single hardcoded table name per database limits the development of multiple applicatio...

Spring-ai PgVectorStore should allow table and index name to be specified

It should be possible to specify a custom name for the table used by PgVectorStore, which is currently hardcoded to vec...

Spring-ai Fix:base-url Error in openai-embeddings.adoc

fix base-url error in openai-embeddings.adocWhen I set spring.ai.openai.base-url=api.openai.com as the document, I meet ...

Spring-ai Add Gemfire VectorStore Auto-Configuration

This PR closes #488 Adds Auto-Configuration for GemFire VectorStoreAdds GemFireVectorStoreProperties to set all config p...

Spring-ai Adds GemFireVectorStore Auto-Configuration

Adds spring boot auto-configuration support for GemFireVectorStoreAdds integration test GemFireVectorStoreAutoConfigurat...

Spring-ai Enhancing Elasticsearch vector store: docs + dependency fix

As previously discussed with @tzolov, removing the unnecessary elasticsearch dependency from the autoconfigure pom and a...

Spring-ai Add OpenSearch Service Connection support

Service Connection support for Docker Compose and Testcontainers.Comment From: tzolovrebased and merged at 37c222a5f35cf...

Spring-ai Support Qdrant's Api Key in Docker Compose and Testcontainers

Read QDRANT__SERVICE__API_KEY env var from compose file and Testcontainers definition to configure the connection detail...

Spring-ai Add support for redis/redis-stack image in Docker Compose

Currently, redis/redis-stack-server image is supported. This commit introduces support for redis/redis-stack, which also...

Spring-ai Support ChromaDB's CHROMA_SERVER_AUTHN_CREDENTIALS env var in Docker Compose and Testcontainers

Read CHROMA_SERVER_AUTHN_CREDENTIALS env var from compose file and Testcontainers definition to configure the connection...

Spring-ai Add support for Typesense Service Connection

Docker Compose and Testcontainers Service Connection support for Typesense.Also, polish tests.Comment From: tzolovThanks...

Spring-ai Polish OracleVectorStoreAutoConfiguration

Comment From: tzolovHey @eddumelendez , Is there a problem with the explicit @ImportAutoConfiguration(classes = JdbcTemp...

Spring-ai Fix FILTER_EXPRESSION typo

Just a small typo fixComment From: tzolovThank you @habumaCan you please adjust the formatting ./mvnw spring-javaformat:...

Spring-ai Vector Store polish

general low hanging optimization and polish- refactored the VectorStore implementations so that if they implemented Init...

Spring-ai Adjust the VertexAiGeminiChatModel to make use of the new system-instructions support.

Google Vertex AI Gemini API 26.41 BOM release had introduced system-instructions support:- https://cloud.google.com/ver...

Spring-ai Change the Prompt's modelOptions return to ChatOptions

Change the Prompt's modelOptions return to ChatOptions, This simplifies the codeComment From: tzolovThank you @luocongqi...

Spring-ai Add "role": "function" to Gemini API Function Calling Results

Expected BehaviorI want to set role to "function" in the content of the Gemini API function call result. That is because...
上一页 下一页
.