avichaym opened a new issue, #675: URL: https://github.com/apache/flink-agents/issues/675
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description The Bedrock chat model / embedding model (#534) and OpenSearch / S3 Vectors (#533) integrations need entries in ResourceName.java or the Python resource.py counterpart. Currently , Users must reference these integrations via fully-qualified class name strings: ResourceDescriptor.Builder.newBuilder(BedrockChatModelConnection.class.getName()) Other built-in provider uses a registered constant: ResourceDescriptor.Builder.newBuilder(ResourceName.ChatModel.OLLAMA_CONNECTION) ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
