[Main] Update ai.pinecone version #271
Merged
nipunayf merged 4 commits intoballerina-platform:mainfrom Sep 1, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the ai.pinecone library version from 1.0.1 to 1.1.0 and adds several new AI connector dependencies to the main branch, syncing changes from a previous language server pull request.
- Updated ai.pinecone package version from 1.0.1 to 1.1.0 across all configuration files
- Added six new AI connector packages (OpenAI, Ollama, Azure, Anthropic, DeepSeek, Mistral) to gradle dependencies
- Updated ballerina:ai package version from 1.1.0/1.1.1 to 1.5.0 in test configuration files
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle.properties | Added new AI connector package versions and updated ai.pinecone version |
| get_vector_stores.json | Updated ai.pinecone version references and icon URLs |
| get_pinecone_vector_store_template.json | Updated ai.pinecone and ballerina:ai version references |
| code_generation_pinecone_vector_store.json | Updated ai.pinecone and ballerina:ai version references |
| get_model_providers.json | Updated ballerina:ai version references and icon URLs |
| FlowNodeGeneratorTest.java | Commented out test case for agent_call_flow_node_6.json |
| ModuleNodesTest.java | Added skip list to exclude "new_agent_model.json" test |
| build.gradle | Added test dependencies for new AI connector packages |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
xlight05
approved these changes
Sep 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Syncing change of #267 to the main branch.