Spring-ai Initial implementation of Azure Cognitive Search vector store.

Implementing enhancement request #82 Comment From: tzolovHi @gm2552 , thank you for the contribution. For your informati...

Spring-ai Refine delineation of Embedding properties from OpenAI (client) properties

This applies Spring Boot's style to the definition of @ConfigurationProperties classes (for example) to OpenAiProperties...

Spring-ai modified: spring-ai-azure-openai/src/main/java/org/springframework…

…/ai/azure/openai/client/AzureOpenAiClient.javaAdded a reference to the deployment model String deploymentOrModelId = ...

Spring-ai Refactor find the last punctuation mark

When truncating the token, we need to find the last punctuation mark. But in our current code, we're looping over each p...

Spring-ai Refine OpenAI and Microsoft Azure AiClient implementations

In summary, this PR will:Apply consistent treatment to the organization of the source code between OpenAI and Azure AI A...

Spring-ai Simplify the VectorStore#similaritySearch signature

Currently the VectorStore interface offers at least 5 variations of the similaritySearch() method, each with different s...

Spring-ai Add Chroma Vector Store integration

Chroma is a popular open-source embedding database. It gives you the tools to store document embeddings, content and me...

Spring-ai Add Azure Cognitive Search as a Vector Store

Azure Cognitive Search provides value add capabilities to users of Azure. In addition to supporting easy document uploa...

Spring-ai Add Chroma VectorStore support

Implement ChromaApi client, based on Chroma REST API.Implement ChromaVectorStore, including support for filter expressio...

Spring-ai Make filter expression builder op public

Following the simple example for filter expressions, when I do the following:val b = FilterExpressionBuilder()val expres...

Spring-ai Simplify VectorStore interface

Collapses all VectorStore similaritySearch metdods into one with SearchRequest builder.Fix all affected code and tests.B...

Spring-ai Excuse me, can you support the proxy mode of openAI-java later?

Please do a quick search on Github issues first, the feature you are about to request might have already been requested....

Spring-ai Add readme for Neo4jVectorStore

Heavily "inspired" by the PgVectorStore readme but I think it's useful to have the same structure and examples for maint...

Spring-ai Editing pass for clarity, grammar, spelling, punctuation, and usage.

Also added several anchors and links.Thank you for taking time to contribute this pull request!You might have already re...

Spring-ai Add spring-test project - NOTE: java version issue

not sure why it produces this error[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:com...

Spring-ai Support for embedding search with metadata filter expressions

Extend the VectorStore with similaritySearch with filters method. It is a default implementation that throws an exceptio...

Spring-ai Editing pass for grammar, spelling, punctuation, and usage

to make it conform to the Spring Style Guide.Thank you for taking time to contribute this pull request!You might have al...

Spring-ai Editing pass for grammar, punctuation, spelling, and usage,

to get it to conform with the Spring Style Guide.Thank you for taking time to contribute this pull request!You might hav...

Spring-ai Vector Store similarity search with metadata filters.

Most of the vector store implementations provide, usually proprietary, capabilities for embedding search with metadata f...

Spring-ai Add initial support for Hugging Face Inference Endpoints

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