Spring-ai Add initial support for HuggingFace Inference Service

Comment From: markpollackhad an extraneous commit in there, replacing with https://github.com/spring-projects-experimen...

Spring-ai updated test case to make it build successfully

was getting message as belowTests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.874 s <<< FAILURE...

Spring-ai Add Pinecone VectorStore

Based on the official pinecone java library. Later expects that indices are created externally via Ops.Map Document meta...

Spring-ai Add MongoDB as a vector store

Adding MongoDB as a vector store.Implemented using basically the same logic and math as InMemoryVectorStore so it's prob...

Spring-ai Add PdfLoader to the project.

This pull request introduces a new PdfLoader class to the project. The PdfLoader class is responsible for loading PDF do...

Spring-ai Initial Implementation for the Pinecone Vector Store.

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Exclude commons-logging

that conflicts with spring-jcl.without this exclusionStandard Commons Logging discovery in action with spring-jcl: pleas...

Spring-ai Add local, Transformers EmbeddingClient

EmbeddingClient implementation that computes, locally, sentence embeddings with SBERT transformers.Uses pre-trained tran...

Spring-ai Add Sbert, local, EmbeddingClient impl

EmbeddingClient implementation that computes, locally, sentence embeddings with SBERT transformers.It can use any pre-tr...

Spring-ai Add OllamaClient implementation of AiClient

Hi, I just implemented the Ollama LLM client. Can someone review it?Comment From: markpollackwill make changes on merge....

Spring-ai Add support for Jackson Annotations

Hey @tzolov and @markpollack,I have implemented the suggested addition from feature requests #53 as well as created and ...

Spring-ai Add support for @JsonPropertyDescription

It would be helpful to add additional descriptions to the JSON schema for better prompt results. The jsonschema-generato...

Spring-ai Apache Tika based reader for all kinds of documents

Provides a rudimentary text extractions for multitude of document formats, including PDF, Word Doc/Docx PowerPoint ppt/p...

Spring-ai add "List<Double>" right bracket

Fix typo in concepts.adocbefore: List&lt;Double after : List\&lt;Double&gt;Comment From: sullrich84Would suggest t...

Spring-ai Add PDF Document Readers

Add a set of PDF readers fro per-page (PagePdfDocumentReader) and per-paragraph (ParagraphPdfDocumentReader) readers.Use...

Spring-ai Add PostgresML support for EmbeddingClient

closes gh-33Notes:* The image Testcontainers is using has 8.8GB and takes a long time to load.* Load the huggingface tra...

Spring-ai Support PostgresML as an EmbeddingClient

It would be nice to support PostgresML embeddings (https://postgresml.org/docs/guides/transformers/embeddings) as an Emb...

Spring-ai Add PdfLoader

This pull request introduces a new PdfLoader class to the project. The PdfLoader class is responsible for loading PDF do...

Spring-ai Simplify logic in AiClient, Prompt and Message types

Simplify constructors in Prompt and Message subclasses.Change Generation access from AiResponse in AiCilent.generate(:St...

Spring-ai Fix typo in embedding-model-dimensions.properties

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
上一页 下一页
.