Nineya
Home
Blog
Spring-ai Add initial support for HuggingFace Inference Service
2025-01-14 04:56:50
141
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
2025-01-14 04:56:47
1232
was getting message as belowTests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.874 s <<< FAILURE...
Spring-ai Add Pinecone VectorStore
2025-01-14 04:56:44
375
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
2025-01-14 04:56:41
2109
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.
2025-01-14 04:56:38
3303
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.
2025-01-14 04:56:36
547
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
2025-01-14 04:56:32
216
that conflicts with spring-jcl.without this exclusionStandard Commons Logging discovery in action with spring-jcl: pleas...
Spring-ai Add local, Transformers EmbeddingClient
2025-01-14 04:56:30
574
EmbeddingClient implementation that computes, locally, sentence embeddings with SBERT transformers.Uses pre-trained tran...
Spring-ai Add Sbert, local, EmbeddingClient impl
2025-01-14 04:56:28
423
EmbeddingClient implementation that computes, locally, sentence embeddings with SBERT transformers.It can use any pre-tr...
Spring-ai Add OllamaClient implementation of AiClient
2025-01-14 04:56:26
343
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
2025-01-14 04:56:22
389
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
2025-01-14 04:56:20
281
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
2025-01-14 04:56:18
384
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
2025-01-14 04:56:15
301
Fix typo in concepts.adocbefore: List<Double after : List\<Double>Comment From: sullrich84Would suggest t...
Spring-ai Add PDF Document Readers
2025-01-14 04:56:12
445
Add a set of PDF readers fro per-page (PagePdfDocumentReader) and per-paragraph (ParagraphPdfDocumentReader) readers.Use...
Spring-ai Add PostgresML support for EmbeddingClient
2025-01-14 04:56:10
35265
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
2025-01-14 04:56:07
321
It would be nice to support PostgresML embeddings (https://postgresml.org/docs/guides/transformers/embeddings) as an Emb...
Spring-ai Add PdfLoader
2025-01-14 04:56:04
370
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
2025-01-14 04:56:01
291
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
2025-01-14 04:55:59
410
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
上一页
下一页
1
…
1106
1107
1108
1109
1110
…
2246
.