Nineya
Home
Blog
Spring-ai MongoDB Atals vector store builder refactoring
2025-01-14 06:13:45
220
Comment From: markpollackPackage name is org.springframework.ai.vectorstore.mongodb.atlas. Updated ref docs and added n...
Spring-ai refactor: move Elasticsearch classes to dedicated package and use bui…
2025-01-14 06:13:43
152
…lder patternComment From: markpollackupdated ref docs and class javadoc for ElasticSearchVectorStore.merged in fc1f92d1...
Spring-ai refactor: move PgVectorStore to dedicated package and update builder …
2025-01-14 06:13:40
762
…patternMove PgVectorStore and related classes to org.springframework.ai.pg.vectorstore packageUpdate builder pattern to...
Spring-ai Add Column Name Mapping Support for PgVectorStore Schema Integration
2025-01-14 06:13:37
1258
Currently, PgVectorStore requires specific column names (id, content, metadata, embedding) in the database schema. Howev...
Spring-ai refactor(vectorstore): introduce builder pattern for MilvusVectorStore
2025-01-14 06:13:35
461
Replace configuration object with fluent builder patternMove Milvus-related classes to dedicated milvus packageDeprecate...
Spring-ai Whether multiple APIkeys conflict?
2025-01-14 06:13:33
610
For https://github.com/spring-projects/spring-ai/blob/ee19ee1db958f02982a29ff13d8fb04d6d415b08/spring-ai-spring-boot-aut...
Spring-ai Adding a Document to a neo4j vector store needlessly overwrites all its properties
2025-01-14 06:13:30
497
https://github.com/spring-projects/spring-ai/blob/9e18652bb8251abbc3cb75a380d6eb2accc762ea/vector-stores/spring-ai-neo4j...
Spring-ai Failed to create collection on ChromaVectorStore
2025-01-14 06:13:28
2291
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai Spring have to always create collection ChromaDB
2025-01-14 06:13:22
3908
Bug descriptionWith latest version of 1.0.0-M3, even when using the base package for ChromaDB and manually initialising ...
Spring-ai refactor ChatOptions Builder
2025-01-14 06:13:18
349
Deprecate existing ChatOptionsBuilder and its inner class DefaultChatOptionsCreate a new builder interface ChatOptions.B...
Spring-ai milvus vectorstore SearchRequest Cannot specify database
2025-01-14 06:13:15
1082
Comment From: ilayaperumalgHi @sqyww , The properties such as databaseName can be configured via VectorStore properties....
Spring-ai Constructor for Anthropic3ChatOptions is not public
2025-01-14 06:13:10
755
Bug descriptionWhen passing custom prompt ChatOptions to Anthropic3 model calls, since the constructor is not public, th...
Spring-ai DefaultChatOptions should not be an inner class ChatOptionsBuilder, the build method should be inside the interface ChatOptions
2025-01-14 06:13:08
154
This is similar to how we have ChatClient.We can deprecate the top level ChatOptionsBuilder class and have the two sit s...
Spring-ai Fix usage in ChatResponse metadata when tool calling is used
2025-01-14 06:13:06
942
When the tool calling is used, the Chat Model's Chat response metadata doesn't accumulate the usage metrics (accumulated...
Spring-ai Suggestion: StructuredOutputConverter implementations could have configured amount of retries when convert() is failing to parse response
2025-01-14 06:13:03
1828
Current BehaviorCurrently, existing convert() implementations (BeanOutputConverter, ListOutputConverter, MapOutputConver...
Spring-ai feat: allow stream usage to be set for azure openai requests
2025-01-14 06:13:00
568
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai HTML Document Title on Docs Main Page is still "Untitled"
2025-01-14 06:12:58
291
Spring AI DocumentationDescription:This issue was previously addressed and resolved in #1614 , but it seems the title ha...
Spring-ai Rename ChatGenerationMetadata to GenerationMetadata
2025-01-14 06:12:53
181
This makes the name consistent with other metadata classes.Comment From: ilayaperumalgClosing this issue as invalid as w...
Spring-ai Fix OpenAI ChatResponse usage calculation when toolcalling is used
2025-01-14 06:12:51
471
Fix OpenAI ChatModel's call() operationWhen toolcalling is used, calculate cumulative usage from the preceding ChatRespo...
Spring-ai refactor: Rename ChatGenerationMetadata -> GenerationMetadata
2025-01-14 06:12:48
199
To be consistent with the naming, the metadata for Generation is named as GenerationMetadataResolves #1863Comment From: ...
上一页
下一页
1
…
1034
1035
1036
1037
1038
…
2246
.