Nineya
Home
Blog
Spring-ai Support AWS Bedrock
2025-01-14 04:59:37
557
Please do a quick search on Github issues first, the feature you are about to request might have already been requested....
Spring-ai Refactor toString() method in Embedding class
2025-01-14 04:59:35
263
This pull request updates the toString() method in the Embedding class.The change replaces the usage of size() with isEm...
Spring-ai Add Redis as a Vector Store
2025-01-14 04:59:32
2354
Current Version of the Spring AI allows InMemoryVectorStore but RedisVectorStore is expected along with.Expected Behavio...
Spring-ai vertex ai aot hints, plus a fix to localize the dependency on spring web flux
2025-01-14 04:59:29
278
hi i want to use vertex ai in a graalvm native image context so i crafted these aot hints to helpalso: i localized the s...
Spring-ai OpenAiEmbeddingWebClient with Spring WebClient
2025-01-14 04:59:27
1648
Add spring-boot-starter-webflux dependencyImplement OpenAiEmbeddingWebClient, extending EmbeddingClient with WebClientAd...
Spring-ai Spring boot starters for Vector Stores
2025-01-14 04:59:23
285
Fix #114 Comment From: tzolovThanks for the contribution @Omkar-Shetkar . I will review it shortly Comment From: Omkar-S...
Spring-ai Failed to instantiate [org.springframework.ai.openai.api.OpenAiApi]
2025-01-14 04:59:20
5885
Bug descriptionI'm developing an application that interacts with ChatGPT 3.5 and I'm using this library. Since yesterday...
Spring-ai native hints for the pdf reader and for the open ai embeddings support
2025-01-14 04:59:18
2274
hi, i needed the following graalvm native hints to make the pdf reader and the open ai embedding clients work in a graal...
Spring-ai please remove logback.xml from spring-ai-pdf-document-reader/src/main/resources it just screws up Spring Boot's logging (supressing everything) and doesn't seem to make a difference when not present
2025-01-14 04:59:16
146
im using Dr. Pollack's Carina sample app. i plugged in a custom build of Spring AI 0.8 snapshots (without the logback.xm...
Spring-ai Stream support in AiClient
2025-01-14 04:59:14
1164
ContextApplications using AI often use a UI that generates text little by little in a stream instead of outputting texts...
Spring-ai please don't transitively bring in spring-boot-starter-webflux
2025-01-14 04:59:11
491
in spring-ai-openai, please consider using:<dependency> <groupId>io.projectreactor</groupId> <art...
Spring-ai Fix "FROM" group ID in README.md
2025-01-14 04:59:08
165
This PR fixes "FROM" group ID in the README.md by restoring "experimental" as it seems to have been dropped in 6d3c429e9...
Spring-ai TikaDocumentReader can't read large PDFs
2025-01-14 04:59:06
2416
When trying to load a large PDF with TikaDocumentReader, I get this exception:org.apache.tika.exception.WriteLimitReache...
Spring-ai GH-26 - Add support for Neo4j vector index.
2025-01-14 04:59:03
668
This commit brings support for Neo4j graph database in general, and uses the vector index functionality available since ...
Spring-ai Fix documentation links
2025-01-14 04:59:00
103
Fix links in the documentation on pagesOverviewAiClientVector DatabasesComment From: markpollackThanks!
Spring-ai Fix typos, remove unused imports, and grammar check
2025-01-14 04:58:57
853
In this commit:- Fixed various typographical errors found throughout the codebase.- Removed unused imports to improve co...
Spring-ai Update GitHub repo URLs
2025-01-14 04:58:55
210
This PR updates GitHub repo URLs for this project to reflect its organization change from "spring-projects-experimental"...
Spring-ai Remove chain package
2025-01-14 04:58:51
663
The chain idea from langchain involves 'workflow' and often type unsafe access to input and output. Instead of followin...
Spring-ai Update README.md
2025-01-14 04:58:48
159
remove 'experimental' from Readme.Comment From: anbusampathsame as https://github.com/spring-projects/spring-ai/commit/6...
Spring-ai Add OpenAI Stream Client implementation
2025-01-14 04:58:46
2447
Add OpenAI Stream Client implementation.Add openAiStreamClient test in ClientIT.Resolves #116 Comment From: makingThis P...
上一页
下一页
1
…
1103
1104
1105
1106
1107
…
2246
.