Spring-ai Ollama: Pull models automatically at startup

Introduce support for Ollama model auto-pull at startup timeEnhance support for Ollama model auto-pull at run timeUpdate...

Spring-ai Support actual streaming for AzureAI

Follow up of https://github.com/spring-projects/spring-ai/pull/1042As already raised in a few PRs the streaming is not r...

Spring AI How to expose vendor specific usage information

OpenAI added a new usage field, "usage": { "prompt_tokens": 13, "completion_t...

Spring-ai How to change the runtime model defaultOptions of ollama here , see getContextChatClient method

For anything other than bug reports and feature requests (performance, refactoring, etc),just go ahead and file the issu...

Spring-ai VertexAiGeminiChatModel: Make safetySettings configurable

Expected BehaviorIt should be possible for each call (and globally) to define the desired safety settings for each harm ...

Spring-ai Support URI in Media

ContextI can't attach GCS files when using Gemini:new Media(MediaType.IMAGE_JPEG, new URL("https://storage.googleap...

Spring-ai Spring AI Speech-to-Text support

Expected BehaviorSpring AI should support Speech-to-Text functionality in it. Current BehaviorSpring AI supports OpenAI ...

Spring-ai Caused by: java.net.SocketTimeoutException: Read timed out

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 Questions about gemini support in the spring ai module

I want to use the gemini apiKey to access my gemini Ai instead of using project-id+location.Currently, the spring ai mod...

Spring-ai fix chroma api rest api bug

fix chroma rest api request param bugComment From: markpollackThanks, I've added a test as well. Merged in f461bd603d55...

Spring-ai Ollama: add model auto-pull feature

Introduce internal OllamaModelPuller helper for managing model availabilityAdd pullMissingModel option to OllamaOptionsI...

Spring-ai Function to load model on Spring Ollama

I would like to request a function to load and check if a model is loaded. Write now, when I boot the project and reques...

Spring-ai [Bug] Not getting the Usage details (promptTokens, completionTokens, and totalTokens) when running a simple RAG app with local PGVector DB and Spring AI 1.0.0-M2, same is working fine with M1.

Bug descriptionI am getting 0s for (promptTokens, completionTokens, and totalTokens) when trying to get the token consum...

Spring-ai ChromaApi have a bug: when metadata param equal hnsw:M and value equal 1024 ,chroma's rest api is success ,but spring-ai-chroma-store is error

there is code: //hnsw:M, 1024 Map<String, ? extends Serializable> metadata = Map.of("hnsw:...

Spring-ai Streamline dependencies and improve API consistency

Remove unnecessary spring-web dependenciesUpdate third-party library versionsRefactor API classes to use consistent head...

Spring-ai Dependency on spring-boot-starter-web should be transitive or specified

I created a new Spring AI project using the Spring Initializr, including spring-shell-starter and spring-ai-openai-sprin...

Spring-ai Improve pom.xml http to https

1086Summary:The pom.xml files in the spring-ai project contain HTTP links in the xsi:schemaLocation attribute, which cau...

Spring-ai Ollama integration tests fix

Disable tests by defaultImprove Testcontainers configurationComment From: tzolovthis helps :)Comment From: ThomasVitale@...

Spring-ai Support Ollama APIs for model management

Extend the OllamaApi to support listing, copying, deleting, and pulling models programmatically.Improve setup for integr...

Spring-ai Documentation: Correct response key from "generation" to "completion" in example code

Bug descriptionThe example code in the documentation for Spring AI currently labels the response key as "generation" in ...
上一页 下一页
.