Spring-ai updated native hints

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

Use aot.factories approach for registrationAdd testsComment From: markpollackmerged in 596f2b06c06f6c0fa8dfd3da5a2d92ca3...

Spring-ai Update sample and demo applications to 0.8.0

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

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

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

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.

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

<repositories> <repository> <id>spring-snapshots</id> <name>Spring Snapshot...

Spring-ai Dev Services with Testcontainers and Docker Compose

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

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

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

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

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

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

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

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

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

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

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

When using pinecone, it would be nice to not have to create a new vectorStore instance for different namespaces. This PR...
上一页 下一页
.