Nineya
Home
Blog
Spring-ai Ollama: Pull models automatically at startup
2025-01-14 05:53:42
1076
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
2025-01-14 05:53:39
10018
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
2025-01-14 05:53:35
1142
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
2025-01-14 05:53:30
1975
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
2025-01-14 05:53:10
1031
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
2025-01-14 05:53:08
1248
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
2025-01-14 05:53:05
2425
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
2025-01-14 05:53:02
2794
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
2025-01-14 05:52:57
11590
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
2025-01-14 05:52:54
176
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
2025-01-14 05:52:52
279
Introduce internal OllamaModelPuller helper for managing model availabilityAdd pullMissingModel option to OllamaOptionsI...
Spring-ai Function to load model on Spring Ollama
2025-01-14 05:52:50
14622
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.
2025-01-14 05:52:47
2242
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
2025-01-14 05:52:44
891
there is code: //hnsw:M, 1024 Map<String, ? extends Serializable> metadata = Map.of("hnsw:...
Spring-ai Streamline dependencies and improve API consistency
2025-01-14 05:52:41
739
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
2025-01-14 05:52:39
5824
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
2025-01-14 05:52:36
895
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
2025-01-14 05:52:33
417
Disable tests by defaultImprove Testcontainers configurationComment From: tzolovthis helps :)Comment From: ThomasVitale@...
Spring-ai Support Ollama APIs for model management
2025-01-14 05:52:31
970
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
2025-01-14 05:52:28
1374
Bug descriptionThe example code in the documentation for Spring AI currently labels the response key as "generation" in ...
上一页
下一页
1
…
1053
1054
1055
1056
1057
…
2246
.