Spring-ai Support AWS Bedrock

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

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

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

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

Add spring-boot-starter-webflux dependencyImplement OpenAiEmbeddingWebClient, extending EmbeddingClient with WebClientAd...

Spring-ai Spring boot starters for Vector Stores

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]

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

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

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

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

in spring-ai-openai, please consider using:<dependency> <groupId>io.projectreactor</groupId> <art...

Spring-ai Fix "FROM" group ID in README.md

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

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.

This commit brings support for Neo4j graph database in general, and uses the vector index functionality available since ...

Spring-ai Fix documentation links

Fix links in the documentation on pagesOverviewAiClientVector DatabasesComment From: markpollackThanks!

Spring-ai Fix typos, remove unused imports, and grammar check

In this commit:- Fixed various typographical errors found throughout the codebase.- Removed unused imports to improve co...

Spring-ai Update GitHub repo URLs

This PR updates GitHub repo URLs for this project to reflect its organization change from "spring-projects-experimental"...

Spring-ai Remove chain package

The chain idea from langchain involves 'workflow' and often type unsafe access to input and output. Instead of followin...

Spring-ai Update README.md

remove 'experimental' from Readme.Comment From: anbusampathsame as https://github.com/spring-projects/spring-ai/commit/6...

Spring-ai Add OpenAI Stream Client implementation

Add OpenAI Stream Client implementation.Add openAiStreamClient test in ClientIT.Resolves #116 Comment From: makingThis P...
上一页 下一页
.