Nineya
Home
Blog
Spring-ai Initial implementation of Azure Cognitive Search vector store.
2025-01-14 04:57:43
1726
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
2025-01-14 04:57:39
690
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…
2025-01-14 04:57:36
799
…/ai/azure/openai/client/AzureOpenAiClient.javaAdded a reference to the deployment model String deploymentOrModelId = ...
Spring-ai Refactor find the last punctuation mark
2025-01-14 04:57:34
853
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
2025-01-14 04:57:31
258
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
2025-01-14 04:57:29
517
Currently the VectorStore interface offers at least 5 variations of the similaritySearch() method, each with different s...
Spring-ai Add Chroma Vector Store integration
2025-01-14 04:57:26
267
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
2025-01-14 04:57:24
1815
Azure Cognitive Search provides value add capabilities to users of Azure. In addition to supporting easy document uploa...
Spring-ai Add Chroma VectorStore support
2025-01-14 04:57:22
571
Implement ChromaApi client, based on Chroma REST API.Implement ChromaVectorStore, including support for filter expressio...
Spring-ai Make filter expression builder op public
2025-01-14 04:57:19
522
Following the simple example for filter expressions, when I do the following:val b = FilterExpressionBuilder()val expres...
Spring-ai Simplify VectorStore interface
2025-01-14 04:57:16
625
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?
2025-01-14 04:57:14
325
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
2025-01-14 04:57:12
167
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.
2025-01-14 04:57:09
463
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
2025-01-14 04:57:06
454
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
2025-01-14 04:57:03
915
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
2025-01-14 04:57:00
396
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,
2025-01-14 04:56:58
645
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.
2025-01-14 04:56:55
596
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
2025-01-14 04:56:53
445
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
上一页
下一页
1
…
1105
1106
1107
1108
1109
…
2246
.