Commit Graph

  • 0719f44016 rename files from Mpc to Mcp for consistency jonghoon park 2025-02-20 18:25:24 +09:00
  • b97531bc25 fix sample code in bedrock-converse.adoc jonghoon park 2025-02-19 18:00:06 +09:00
  • 8e23422dc0 Vector store classes checkstyle fix Soby Chacko 2025-02-18 19:40:22 -05:00
  • 83dcf385dd Add boot configuration processor to MCP Autoconfiguration POMs (#2274) Ilayaperumal Gopinathan 2025-02-18 18:17:58 +00:00
  • fcc56f4abf Fix issue with CosmosDBVectorStore.Builder where the different Assert.hasText(..., "... must not be empty") evaluates the current value (null) rather than the argument passes to each builder function. Fix issue where partitionKeyPath is required, yet is never configured via CosmosDBVectorStoreAutoConfiguration Jonas Muribø 2025-02-17 13:47:13 +01:00
  • fd9f388724 fix blroken doc link Christian Tzolov 2025-02-14 16:47:32 +01:00
  • 11585ad6d1 Release version 1.0.0-M6 1.0.0-M6 Ilayaperumal Gopinathan 2025-02-14 14:45:58 +00:00
  • c623264666 refactor: replace wildcard imports with explicit class imports Alexandros Pappas 2025-02-14 15:05:46 +01:00
  • 7bc79f51d1 chore(openai): update default chat model to gpt-4o-mini Christian Tzolov 2025-02-14 14:46:11 +01:00
  • e41afd04a9 Update mcp sdk version for spring boot autoconfigure POM Ilayaperumal Gopinathan 2025-02-14 13:29:26 +00:00
  • 7eabb80f6e Update MCP SDK to 0.7.0 Christian Tzolov 2025-02-14 14:23:14 +01:00
  • dd9e574092 fix(spring-ai-azure-openai): last chat completions can have null deltas ogirardot 2025-02-13 21:37:47 +01:00
  • 12729b0900 fix(integration-tests) fix test fixture Christian Tzolov 2025-02-14 08:49:21 +01:00
  • e4d8a9c3ef fix(vertex-ai): Invert proxyToolCalls flag to match internal tool execution behavior Christian Tzolov 2025-02-14 00:20:20 +01:00
  • 5b5abc4a8b Fix for FunctionToolCallbackTests Ilayaperumal Gopinathan 2025-02-13 22:56:24 +00:00
  • 1fdda61db8 feat(autoconfigure): Support both FunctionCallback and ToolCallback in ToolCallingAutoConfiguration Christian Tzolov 2025-02-13 13:11:09 +01:00
  • 68ad742f4a Update Maven Central reference Thomas Vitale 2025-02-13 19:07:44 +01:00
  • 33ca0cc9ac Update docs to show artifacts for M6 and later are in Maven Central Mark Pollack 2025-02-13 12:28:16 -05:00
  • 48ee1234c8 fix(mcp webmvc server starter) Add missing dependency Christian Tzolov 2025-02-13 17:58:21 +01:00
  • a528253ab0 Use ApiKey for OpenAI Image/Audio/Moderation APIs Ilayaperumal Gopinathan 2025-02-12 10:41:37 +00:00
  • c19287d808 feat(bedrock): Add StopReason check for tool execution Christian Tzolov 2025-02-13 10:30:59 +01:00
  • b7dcfc1198 Anthropic - Adopt ToolCallingManager API Thomas Vitale 2025-02-13 00:30:14 +01:00
  • 8463454a87 docs: enhance Vertex AI Gemini documentation and code organization Christian Tzolov 2025-02-13 09:21:47 +01:00
  • a307a2ba30 Deprecate redundant field in ModelObservationContext Thomas Vitale 2025-02-12 15:34:49 +01:00
  • 3393e98bdb refactor: Use centralized JsonParser utility instead of local ObjectMapper instance Christian Tzolov 2025-02-13 08:48:35 +01:00
  • d50174f242 minor vertex doc fix Christian Tzolov 2025-02-13 08:44:28 +01:00
  • 710bb05f19 feat(vertex-ai): Refactor Gemini for new tool calling API Christian Tzolov 2025-02-13 00:46:52 +01:00
  • 4d692a542b Add missing integration tests for delete by ID API in vector store implementations. Soby Chacko 2025-02-10 17:25:06 -05:00
  • a8e305d28a refactor(bedrock): Migrate from function calling to tool calling Christian Tzolov 2025-02-11 16:46:20 +01:00
  • 5ebe485c26 document AzureOpenAIClientBuilderCustomizer (#2224) Manuel Andreo Garcia 2025-02-12 18:20:52 +01:00
  • 4d0caa2aff Fixes #1543 Inaccurate warning for VertexAI Gemini Function Calling ddobrin 2024-12-30 14:23:09 -05:00
  • fd6db2d5ae feat(test): improve logging in authorsByBooks function tests Christian Tzolov 2025-02-12 13:49:45 +01:00
  • 7e4b90dc48 AzureOpenAI - Adopt ToolCallingManager API Ilayaperumal Gopinathan 2025-02-11 18:04:20 +00:00
  • ee9eb0582d Minor doc link fix Christian Tzolov 2025-02-12 12:46:09 +01:00
  • 6c3a2c39fc Mistral AI - Adopt ToolCallingManager API Thomas Vitale 2025-02-11 16:03:29 +01:00
  • b936a9c429 Possible fix for issue #2218, allowing to disable setting the Authorization header. pbakker 2025-02-11 15:00:09 -08:00
  • 0d0eafec6c Update Pinecone vector store docs for the builder pattern Soby Chacko 2025-02-11 17:01:40 -05:00
  • 86a73f9e87 Add vector store delete API ref docs with examples Soby Chacko 2025-02-07 14:22:29 -05:00
  • 3f0557b8b3 Vector store impls: code cleanup and checkstyle fixes Soby Chacko 2025-02-11 16:16:45 -05:00
  • bdd0aa118a Add AzureOpenAIClientBuilderCustomizer interface Manuel Andreo Garcia 2025-01-21 15:23:39 +01:00
  • e92616b10e fix(mistral) Added index of tool call in the list of tool calls Ricken Bazolo 2025-01-19 02:41:52 +01:00
  • 011deb04a6 fix(integration-tests): improve the robustness of the test fixture Christian Tzolov 2025-02-11 12:35:13 +01:00
  • 52198ed9d7 OpenAI - Adopt ToolCallingManager API Thomas Vitale 2025-02-08 13:43:07 +01:00
  • 9710f780e3 docs: consolidate MCP documentation into Antora structure Christian Tzolov 2025-02-11 10:22:58 +01:00
  • 0f1aca5518 docs: enhance MCP documentation with customization details and examples Christian Tzolov 2025-02-11 09:56:40 +01:00
  • fe377ee5e1 Refactor: MCP Autoconfig Modularization Christian Tzolov 2025-02-07 14:57:18 +01:00
  • 015662a118 fix sample code in perplexity-chat.adoc (#2205) Jinho Lee 2025-02-11 05:09:31 +09:00
  • 4874374507 Mistral chat model enum cleanup Ilayaperumal Gopinathan 2025-02-08 08:11:10 +00:00
  • 99e90e2d91 Mistral API versions added Ricken Bazolo 2025-02-07 18:30:09 +01:00
  • 1b216ab17e Fix code indent for the sample code in deepseek-chat.adoc Robby Zhao 2025-02-08 12:06:21 +08:00
  • 171b758934 Update comparison.adoc BraeschAntoine 2025-02-05 17:51:05 +01:00
  • 0f3c185911 Update structured-output-converter.adoc Thilak Kanala 2025-02-06 19:37:40 -05:00
  • dc83eb3713 Update MCP dependency management Ilayaperumal Gopinathan 2025-02-06 16:37:18 +00:00
  • 348f3df729 Upgrade notes for vector store delete API breaking change Soby Chacko 2025-02-06 20:25:38 -05:00
  • a36a987167 Fix OpenSearch vector store test failures Soby Chacko 2025-02-06 15:16:56 -05:00
  • 1fee0827e4 Fixing ElasticsearchVectorStoreIT test failures Soby Chacko 2025-02-06 14:10:02 -05:00
  • 3ae9503c3e Fix BedrockConverseChatClientIT Ilayaperumal Gopinathan 2025-02-06 18:42:58 +00:00
  • 92b4a40ccd Minor cleanup in SimpleVectorStore filter expression changes Soby Chacko 2025-02-06 13:10:32 -05:00
  • d5cd6e71ae Support for SimpleVectorStore with metdata filter expressions Jemin Huh 2025-02-05 22:15:42 +09:00
  • cd871eaddc VectorStoreChatMemoryAdvisor constructors cleanup ogbozoyan 2024-11-25 20:44:05 +03:00
  • 6035516044 GH-2165: Simplify VectorStore delete method to return void Soby Chacko 2025-02-03 20:31:50 -05:00
  • b46615921d Getting started page cleanup Ilayaperumal Gopinathan 2025-02-06 11:40:29 +00:00
  • e1fdef1240 docs: fix grammatical issue in API provider description Chris Bailey 2025-01-02 17:52:42 +01:00
  • 325fa97f51 Fix document formatting to correctly display code blocks Xiaojie Wang 2025-02-01 22:37:37 +08:00
  • 58e05dc0e0 Fix FunctionCallbackKotlinIT.kt Ilayaperumal Gopinathan 2025-02-06 11:08:38 +00:00
  • f3c0ea0266 Fix MariaDB java client version in Spring AI Spring Boot Autoconfiguration Ilayaperumal Gopinathan 2025-02-06 10:16:20 +00:00
  • 01632c5d20 Add merge for missing Ollama options Thomas Vitale 2025-02-06 07:25:03 +01:00
  • ecae493704 Fix handling of nullable fields in OllamaChatModel deprecated constructor (#2174) Thomas Vitale 2025-02-06 05:29:01 +01:00
  • 1c6132caf4 Update to Spring Boot 3.4.2 for dependency management (#2176) Ilayaperumal Gopinathan 2025-02-06 04:25:18 +00:00
  • 54f49b5580 Fix PgVectorAutoconfiguration to use PgIDType Ilayaperumal Gopinathan 2025-02-05 12:24:03 +00:00
  • 4dbe73433a Refactor ID handling for different IdType formats jitokim 2025-01-24 23:42:34 +09:00
  • f40945bd63 Add Spring AI MCP Integration Christian Tzolov 2025-01-31 14:33:32 +01:00
  • fc2690cdf8 Add flexible API key management for OpenAI Mark Pollack 2025-02-03 17:48:26 -05:00
  • c499e24919 update docs, remove extra test annotation api-key-openai Mark Pollack 2025-02-05 14:55:30 -05:00
  • d126499d7b remove use of @OpenAiApiKey annotation Mark Pollack 2025-02-05 14:45:58 -05:00
  • 45421b1c93 improved ability to use openAiApi to support DeepSeek Ricken Bazolo 2025-01-25 14:30:28 +01:00
  • 35101e75ae feat: Add reasoningEffort parameter to OpenAI API and Chat Options Alexandros Pappas 2025-02-03 19:56:40 +01:00
  • b525309e8c Introduce PII marker for logging sensitive data Konstantin Pavlov 2025-01-07 11:26:41 +02:00
  • 74178b9f0e feat: Update OpenAI Chat Models to Latest Versions and Improve Documentation Alexandros Pappas 2025-02-01 12:44:35 +01:00
  • 2c8579278a Advancing Tool Support - Part 6 Thomas Vitale 2025-02-05 01:13:00 +01:00
  • c92f2d3096 Fix spell error and updated gemma model name themanojshukla 2025-02-02 22:22:47 +05:30
  • 560baaae5a Advancing Tool Support - Part 5 Thomas Vitale 2025-02-02 22:04:59 +01:00
  • 854e5458e4 Re-enable WeaviateDockerComposeConnectionDetailsFactoryIT Ilayaperumal Gopinathan 2025-02-04 00:08:02 +00:00
  • c5becf7429 Fixes for Integration Tests Ilayaperumal Gopinathan 2025-02-03 23:42:37 +00:00
  • 245fefdcb6 Add flexible API key management for OpenAI Mark Pollack 2025-02-03 17:48:26 -05:00
  • 4e1358a954 Remove target_test-classes directory that was accidentally added Mark Pollack 2025-02-03 16:06:00 -05:00
  • a562b8d8cb Remove explicit versioning of slf4j in pom.xml Mark Pollack 2025-02-03 15:38:29 -05:00
  • 2932769883 Switch back to use slf4j logging Ilayaperumal Gopinathan 2025-02-01 08:13:28 +00:00
  • b86772d44c Add reference doc for Usage changes Ilayaperumal Gopinathan 2025-01-30 12:06:15 +00:00
  • 16a596f8b7 Add getNativeClient API to VectorStore interface Soby Chacko 2025-02-02 15:20:33 -05:00
  • 54463e6622 Fix EmbeddingIT#defaultEmbedding test Ilayaperumal Gopinathan 2025-02-03 14:03:42 +00:00
  • 3d3c20d42d Fix typo in deepseek model name in deepseek-chat.adoc yunjun-lee-kurly 2025-01-31 11:41:46 +09:00
  • ca27895da4 Remove deprecated Amazon Bedrock chat models Ilayaperumal Gopinathan 2025-01-29 09:43:52 +00:00
  • 69200e621d Introduce Step Builder pattern for PineconeVectorStore Soby Chacko 2024-12-23 18:52:30 -05:00
  • 8162029cc6 Add filter-based deletion to Weaviate vector store (#2150) Soby Chacko 2025-01-31 15:46:54 -05:00
  • cc730268e7 Fix race condition waiting for status of ollama model pull success status Mark Pollack 2025-01-31 11:11:44 -05:00
  • a61437df6e Fix usage metrics for the MistralAiChatModelIT tests Ilayaperumal Gopinathan 2025-01-31 14:40:16 +00:00
  • b902ca2afb Advancing Tool Support - Part 4 Thomas Vitale 2025-01-29 23:26:32 +01:00
  • 76ab91fab8 Maven central release workflow cleanup Ilayaperumal Gopinathan 2025-01-30 10:41:24 +00:00
  • b9549d5ed2 Add filter-based deletion to Cassandra Vector Store (#2143) Soby Chacko 2025-01-29 15:42:55 -05:00