Nineya
Home
Blog
Spring-ai updated native hints
2025-01-14 05:05:25
412
hi this teases out the native hints so that , for example, there's no attempt to load classes for vertex when openai is ...
Spring-ai Move native hints into individual modules
2025-01-14 05:05:22
127
Use aot.factories approach for registrationAdd testsComment From: markpollackmerged in 596f2b06c06f6c0fa8dfd3da5a2d92ca3...
Spring-ai Update sample and demo applications to 0.8.0
2025-01-14 05:05:19
192
https://github.com/Azure-Samples/acme-fitness-storeSpring CLI project starters for AICarina demo app (move into spring-c...
Spring-ai Migrate README.md files in the source tree to antora
2025-01-14 05:05:16
206
It has already been moved into the reference docs.Comment From: tzolov@markpollack I returned the README because it is N...
Spring-ai Provide prompt options on a call by call basis
2025-01-14 05:05:14
2845
Our local OpenAI endpoint has a very small default max_tokens against the chat completion.We like to make it adjustableE...
Spring-ai Add missing options in for OpenAI/Azure OpenAI and align autoconfiguration styles
2025-01-14 05:05:11
505
The prefix for these properties should be spring.ai.openai.chat, currently it is spring.ai.openaiOpenAIProperties has op...
Spring-ai Remove dependency listings for vector stores in main readme. Add pointers to reference docs.
2025-01-14 05:05:08
204
Add link to entry point for vector dbs in reference docs. Should encourage use of the starter vs. listing the dependenc...
Spring-ai spring ai dependencies how to use in gradle kotlin, doc does not say this
2025-01-14 05:05:05
1696
<repositories> <repository> <id>spring-snapshots</id> <name>Spring Snapshot...
Spring-ai Dev Services with Testcontainers and Docker Compose
2025-01-14 05:04:55
779
A nice feature to improve the developer experience with Spring AI would be to have some autoconfiguration for running Ol...
Spring-ai Vector DB Search by Document id
2025-01-14 05:04:52
1929
I wanted to search for the document by id before adding it to the vector db (how do you do it?)But it seems the id chang...
Spring-ai Add support for Google Gemini
2025-01-14 05:04:50
1313
179 Add support for Google GeminiComment From: tzolovHi @King-Chau , Today I finished the bulk of the Chat/Embedding API...
Spring-ai Added client-level appId
2025-01-14 05:04:47
283
Per @markpollack's request, created new PR with code and accompanying doc fixes only re: the addition of a prepended app...
Spring-ai Update openai-embeddings.adoc to fixe error in OpenAiChatOptions implementation documentation
2025-01-14 05:04:44
470
Fixed small error in OpenAiChatOptions implementation documentationThank you for taking time to contribute this pull req...
Spring-ai Use the new vector index creation syntax for Neo4j
2025-01-14 05:04:42
449
To make the Neo4j module more future-proof, this commit replaces the old vector index creation syntax with the new style...
Spring-ai Update README_AZURE_OPENAI.md
2025-01-14 05:04:39
1230
Fix wrong wording from Amazon to AzureThank you for taking time to contribute this pull request!You might have already r...
Spring-ai Added appId to client config options for Azure OpenAI client
2025-01-14 05:04:36
1334
First, apologies for the confusion earlier. With this commit, the end result should be:Per request appId setting is remo...
Spring-ai Add SpringAIFunctions annotation to turn Functions into ToolFunctionCallbacks
2025-01-14 05:04:30
3774
Hey! First contribution, so open for suggestions!The main reason I found myself drawn to this project is in my quest for...
Spring-ai Remove driver config and adjust documentation
2025-01-14 05:04:28
1140
There is no need for the driver auto-config in SpringAI, it's already taken care of in Spring Boot.Comment From: tzolovT...
Spring-ai Configure HTTP header spring-ai user agent for reporting
2025-01-14 05:04:25
979
Configured HTTP header user agent to reflect calls from Spring AI for reporting when using imperative code. Reactive cod...
Spring-ai Enable updating the pinecone vector store namespace
2025-01-14 05:04:19
974
When using pinecone, it would be nice to not have to create a new vectorStore instance for different namespaces. This PR...
上一页
下一页
1
…
1097
1098
1099
1100
1101
…
2246
.