Commit Graph

  • bd52786de7 Add filter-based deletion and refactor tests for Pinecone vector store (#2142) Soby Chacko 2025-01-29 15:34:16 -05:00
  • 49f2320c38 Add filter-based deletion to Typesense vector store (#2140) Soby Chacko 2025-01-29 15:29:51 -05:00
  • 8cf33fe664 Cleanup artifactory and maven release actions Ilayaperumal Gopinathan 2025-01-29 18:48:33 +00:00
  • 97f7768054 Fix required POM attributes for maven staging deployment Ilayaperumal Gopinathan 2025-01-29 18:02:42 +00:00
  • bac8fcc24b Remove documentation upload from the new maven central release workflow Ilayaperumal Gopinathan 2025-01-29 17:32:58 +00:00
  • bb3fde3622 Fix logger reformating error Christian Tzolov 2025-01-29 19:57:46 +01:00
  • f36b73cce2 refactor: migrate from functions to tools terminology Christian Tzolov 2025-01-26 16:39:27 +01:00
  • 4f44da6dfe Fix required POM attributes for maven staging deployment 1.0.0-M5 Ilayaperumal Gopinathan 2025-01-29 18:02:42 +00:00
  • f8c2ef55ee Remove documentation upload from the new maven central release workflow Ilayaperumal Gopinathan 2025-01-29 17:32:58 +00:00
  • ff287a5457 Add maven central release GH Action workflow Ilayaperumal Gopinathan 2025-01-29 17:23:12 +00:00
  • 6c5df08c3b Add javadoc .jar generation, remove javadoc profile Mark Pollack 2025-01-29 11:47:49 -05:00
  • ced89105f9 Add maven central release GH Action workflow Ilayaperumal Gopinathan 2025-01-29 17:23:12 +00:00
  • 198ac305be Add javadoc .jar generation, remove javadoc profile Mark Pollack 2025-01-29 11:47:49 -05:00
  • 62ce753b12 Add dimensions option for ZhiPuAi embedding model Assassinxc 2025-01-09 15:51:33 +08:00
  • 14ec6b2dc0 Use Usage#getCompletionTokens instead of deprecated Usage#getGenerationTokens Ilayaperumal Gopinathan 2025-01-29 10:58:57 +00:00
  • 78a58a15e8 Update commons logging for the latest changes Ilayaperumal Gopinathan 2025-01-29 10:21:20 +00:00
  • 8057b499bd Advancing Tool Support - Part 3 Thomas Vitale 2025-01-27 07:38:57 +01:00
  • b03a6c9ef8 Fix the default value of OpenAI chat option Ilayaperumal Gopinathan 2025-01-28 19:35:57 +00:00
  • b08b9e8cf4 Support store and metadata OpenAI chat options Ilayaperumal Gopinathan 2025-01-28 16:09:24 +00:00
  • fe323fbad1 Support store and metadata OpenAI chat options Ilayaperumal Gopinathan 2025-01-28 16:09:24 +00:00
  • bca65de6ae Add filter-based deletion to Redis vector store Soby Chacko 2025-01-28 12:02:30 -05:00
  • 81d5618b3a Add filter-based deletion to Qdrant vector store Soby Chacko 2025-01-27 19:39:58 -05:00
  • b30713e8e3 Add filter-based deletion to Oracle vector store Soby Chacko 2025-01-27 19:15:07 -05:00
  • 07b905896a Add filter-based deletion to Neo4j and OpenSearch vector stores Soby Chacko 2025-01-27 16:04:04 -05:00
  • ef0bade409 Add filter-based deletion to MongoDB Atlas vector store Soby Chacko 2025-01-27 15:23:17 -05:00
  • c5dd7683b6 Fix LogAccessor formatting Ilayaperumal Gopinathan 2025-01-28 15:34:07 +00:00
  • 946657fd77 Add filter-based deletion to Milvus vector store (#2127) Soby Chacko 2025-01-28 09:32:32 -05:00
  • fc1e90cf49 Add filter-based deletion to MariaDB vector store (#2125) Soby Chacko 2025-01-28 09:22:39 -05:00
  • c33edc7bae Update SpringAI - DeepSeek image (#2135) Alexandros Pappas 2025-01-28 15:18:25 +01:00
  • 8303a52611 Use Apache Commons Logging Ilayaperumal Gopinathan 2025-01-27 07:38:13 +00:00
  • d865408d37 support for password in JedisPooled initialization jitokim 2025-01-23 00:43:56 +09:00
  • bada403643 Add documentation how to use the OpenAI client to access DeepSeek Alexandros Pappas 2025-01-26 17:30:04 +01:00
  • 8f21c8db2b Update index.adoc Lee Won Jun 2024-12-11 23:30:27 +09:00
  • 4b64aa0ca6 Refactor Usage handling Ilayaperumal Gopinathan 2025-01-23 14:28:02 +00:00
  • 840304955e Use TypesenseContainer for Service Connection Eddú Meléndez 2024-11-20 11:46:07 -06:00
  • 2f14597ccb Advancing Tool Support - Part 2 Thomas Vitale 2025-01-19 22:50:00 +01:00
  • 39be9aeba2 Fix tools test configuration Christian Tzolov 2025-01-26 07:28:51 +01:00
  • e7d6413411 The @Nullable is not applicable for the primitive type void Christian Tzolov 2025-01-25 19:41:36 +01:00
  • 5503d41801 Update to use DCO instead of CLA process for contributions Mark Pollack 2025-01-24 15:42:33 -05:00
  • f588716b41 Add filter-based deletion and string filter API to VectorStore Soby Chacko 2025-01-22 18:14:04 -05:00
  • 7521cab9db Remove deprecated methods/classes from spring-ai-core Mark Pollack 2025-01-24 13:37:14 -05:00
  • 822576bf91 Fix typo in PgDistanceType enum class jitokim 2025-01-25 00:32:47 +09:00
  • 224191aea7 Revert "Remove UUID Enforcement for ID Column in PGVectorStore" Ilayaperumal Gopinathan 2025-01-24 12:37:59 +00:00
  • 5e0c909aeb Revert "Remove UUID Enforcement for ID Column in PGVectorStore" revert-2014-GH-1856-fix-pgvector-id-column Ilayaperumal Gopinathan 2025-01-24 12:37:59 +00:00
  • bac507c62a Remove UUID Enforcement for ID Column in PGVectorStore jitokim 2024-12-28 00:25:56 +09:00
  • bb6b8cc20f Refactor OpenAIAudio builder methods Alexandros Pappas 2025-01-23 14:26:48 +01:00
  • f5761de087 Fix Moonshot Chat model toolcalling token usage Ilayaperumal Gopinathan 2024-12-13 13:54:41 +00:00
  • 1c41c6a802 Update index.adoc Bruno Oliveira 2025-01-20 17:05:03 +01:00
  • 1280c2a3ba feat(minimax): add support for MiniMax-Text-01 model Alexandros Pappas 2025-01-20 10:46:45 +01:00
  • a0e0508cc0 Resolve Mistral AI Function Call issue and activate testing. Ricken Bazolo 2025-01-18 15:55:07 +01:00
  • b77e084bf9 Modify SimpleLoggerAdvisor to use PrettyPrinter method for reponse logging Sasikiran Jakkula 2024-12-21 21:28:10 +05:30
  • ac8629c5b6 Fix(typo): add missing closing bracket in docs Linar Abzaltdinov 2024-12-25 10:58:15 +03:00
  • 9d95f0f7c9 Add o1 model to OpenAI ChatModel enum dafriz 2024-12-29 18:24:53 +11:00
  • 18a1bc1821 Add New Version of Minimax ChatModel jitokim 2024-12-28 00:46:12 +09:00
  • 5783c5bd19 Refactor getContentFromChatResponse method to use Optional for null handling Robby Zhao 2024-12-27 22:47:55 +08:00
  • 7e303a06e5 Add additional OpenAI TTS Voice options pir 2025-01-12 17:30:39 +09:00
  • 510d51a5e6 Azure OpenAI: add logprobs to ChatGenerationMetadata Andreas Köninger 2025-01-16 08:54:17 +01:00
  • 3c13b435c1 Advancing Tool Support - Part 1 Thomas Vitale 2025-01-16 18:52:40 +01:00
  • 4a90a46925 Make chat history available to RetrievalAugmentationAdvisor Thomas Vitale 2024-12-24 15:06:24 +01:00
  • 387de95ac5 Neo4j module: remove unnecessary property removal. Gerrit Meier 2025-01-15 12:38:34 +01:00
  • 7d53ef2056 chore: replace all instances of 'final static' with 'static final' Alexandros Pappas 2024-12-13 13:08:16 +01:00
  • dee4d2705b fix generic type in explicit type casting linarkou 2024-12-23 13:31:50 +03:00
  • 2dd5440ff0 Bump io.swagger.core.v3:swagger-annotations to 2.2.25 from 2.2.20 David Frizelle 2025-01-02 15:26:18 +11:00
  • 95675a85f8 Set ElasticSearch size to match requested topK used in KNN search dafriz 2025-01-02 21:38:58 +11:00
  • cd5684a66e Fix sample code indent wellCh4n 2025-01-10 11:24:48 +08:00
  • d66d85bb69 Simplified method (deleted unnecessary local variable) pavel 2025-01-12 21:52:15 -05:00
  • 329e6c0219 Remove superfluous batchingStrategy implementation in CosmosDBVectorStore Soby Chacko 2025-01-09 11:16:11 -05:00
  • 7634342ed6 Make vector store builders extensible (#2058) Ilayaperumal Gopinathan 2025-01-09 16:03:38 +00:00
  • bd687958c7 Remove deprecated HanaCloudVectorStoreConfig Ilayaperumal Gopinathan 2025-01-09 15:07:16 +00:00
  • 9844a18983 Move batching strategy to base vector store builder Soby Chacko 2025-01-08 11:51:42 -05:00
  • 6a5326816c Addressing vector store releated checkstyle issues Soby Chacko 2025-01-08 16:55:19 -05:00
  • ebe30acba2 Remove deprecations in Coherence and Qdrant vector stores Soby Chacko 2025-01-08 16:16:12 -05:00
  • 30a618d63d Module refactorings module-refactoring Mark Pollack 2025-01-08 14:40:04 -05:00
  • 825de11f9e Fix javadoc error Ilayaperumal Gopinathan 2025-01-08 12:44:17 +00:00
  • 1684936cd1 Do not autoconfigure ChatClient.Builder if a bean exists already Thomas Vitale 2025-01-03 14:15:37 +01:00
  • eff7a80b07 Remove vector store related deprecations introduced in 1.0.0-M5 Soby Chacko 2025-01-06 17:55:03 -05:00
  • 3c539a37a3 Remove deprecated methods from models Ilayaperumal Gopinathan 2025-01-03 15:04:52 +00:00
  • 977500f7a1 Remove deprecated classes and methods in spring-ai-core Ilayaperumal Gopinathan 2025-01-03 13:12:52 +00:00
  • fc15c8ded4 refactor: Extract vector store and advisor functionality from spring-ai-core Mark Pollack 2025-01-06 15:50:43 -05:00
  • 0738122318 fix: update deprecation link to FunctionCallback.builder() Gareth Evans 2025-01-06 12:45:50 +00:00
  • 823766f436 Fix OpenAiChatModelIT#streamingWithTokenUsage Ilayaperumal Gopinathan 2025-01-02 15:23:32 +00:00
  • 7fe3b389c4 Fix checkstyle errors Ilayaperumal Gopinathan 2024-12-21 01:27:08 +00:00
  • 1c156e9fdc Disable WeaviateDockerComposeConnectionDetailsFactoryIT Ilayaperumal Gopinathan 2025-01-02 13:04:31 +00:00
  • ece4fd4c5e Attempt to fix WeaviateDockerCompose IT Ilayaperumal Gopinathan 2025-01-02 12:43:49 +00:00
  • 34ac31910d Kotlin updates (#2006) Sébastien Deleuze 2024-12-24 17:11:18 +01:00
  • d7fe07b0f1 Next development version Mark Pollack 2024-12-23 14:25:21 -05:00
  • ab022fa956 Release version 1.0.0-M5 Mark Pollack 2024-12-23 14:24:55 -05:00
  • 4b4d48603b Change milvus package from org.sf.ai.milvus.vectorstore to org.sf.ai.vectorstore.milvus Mark Pollack 2024-12-23 12:40:25 -05:00
  • b23c0f2467 Add back second javadoc execution in build Mark Pollack 2024-12-23 12:10:14 -05:00
  • 3bb49c3fd6 Update class level javadoc in some vector stores to match builder signatures Mark Pollack 2024-12-23 10:41:01 -05:00
  • c257220d85 Remove extraneous javadoc execution Mark Pollack 2024-12-23 09:38:12 -05:00
  • 756a9dcc08 feat: Add Kotlin support for JSON schema generation devcrocod 2024-11-19 18:23:19 +01:00
  • fe3db2a64d Fix the usage of deprecated methods Ilayaperumal Gopinathan 2024-12-22 10:02:58 +00:00
  • 3ffcfdc215 Fix VertexAiMultimodalEmbeddingModelIT test by separating documents Mark Pollack 2024-12-21 21:15:46 -05:00
  • 92cba5d759 Fix VertexAiMultimodalEmbeddingModelIT test by separating documents Mark Pollack 2024-12-21 20:48:44 -05:00
  • 86b155d6ff Update VectorStore docs to use inner builder class Mark Pollack 2024-12-21 20:22:03 -05:00
  • ecfdfabb41 Add deprecated with* methods to OllamaOptions Builder Mark Pollack 2024-12-21 19:45:36 -05:00
  • cf846688af Add deprecated with* methods to FunctionCallingOptions Mark Pollack 2024-12-21 19:38:01 -05:00
  • 8ad90621c4 docs(mcp) Update the MCP documentation to latewt 0.2.0 release Christian Tzolov 2024-12-21 19:44:49 +01:00
  • 0765b2ca88 Simplify builder pattern for options Mark Pollack 2024-12-21 13:00:12 -05:00