Nineya
Home
Blog
Spring-ai Add Moonshot model client
2025-01-14 05:22:06
1959
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
2025-01-14 05:22:03
336
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
2025-01-14 05:22:00
1993
<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…
2025-01-14 05:21:57
4733
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
2025-01-14 05:21:55
5245
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
2025-01-14 05:21:52
291
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
2025-01-14 05:21:43
1599
This PR closes #488 Adds Auto-Configuration for GemFire VectorStoreAdds GemFireVectorStoreProperties to set all config p...
Spring-ai Adds GemFireVectorStore Auto-Configuration
2025-01-14 05:21:40
3063
Adds spring boot auto-configuration support for GemFireVectorStoreAdds integration test GemFireVectorStoreAutoConfigurat...
Spring-ai Enhancing Elasticsearch vector store: docs + dependency fix
2025-01-14 05:21:37
334
As previously discussed with @tzolov, removing the unnecessary elasticsearch dependency from the autoconfigure pom and a...
Spring-ai Add OpenSearch Service Connection support
2025-01-14 05:21:35
147
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
2025-01-14 05:21:31
164
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
2025-01-14 05:21:29
144
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
2025-01-14 05:21:27
305
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
2025-01-14 05:21:24
135
Docker Compose and Testcontainers Service Connection support for Typesense.Also, polish tests.Comment From: tzolovThanks...
Spring-ai Polish OracleVectorStoreAutoConfiguration
2025-01-14 05:21:22
461
Comment From: tzolovHey @eddumelendez , Is there a problem with the explicit @ImportAutoConfiguration(classes = JdbcTemp...
Spring-ai Fix FILTER_EXPRESSION typo
2025-01-14 05:21:18
368
Just a small typo fixComment From: tzolovThank you @habumaCan you please adjust the formatting ./mvnw spring-javaformat:...
Spring-ai Vector Store polish
2025-01-14 05:21:15
1910
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.
2025-01-14 05:21:11
527
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
2025-01-14 05:21:09
452
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
2025-01-14 05:21:06
2125
Expected BehaviorI want to set role to "function" in the content of the Gemini API function call result. That is because...
上一页
下一页
1
…
1081
1082
1083
1084
1085
…
2246
.