patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby
https://rubydoc.info/gems/langchainrb
MIT License
1.44k stars 195 forks source link

Support for AWS Bedrock in Assistant #802

Closed khaile closed 1 month ago

khaile commented 1 month ago

This change enhances the Assistant class to support AWS Bedrock and improves the overall architecture by introducing LLM-specific adapters for better extensibility and maintainability.

andreibondarev commented 1 month ago

@khaile Do you think we can separate the changes into separate PRs?

  1. Moving adapter-related classes to separate files
  2. Adding Assistant support for AwsBedrock llm.
khaile commented 1 month ago

@khaile Do you think we can separate the changes into separate PRs?

  1. Moving adapter-related classes to separate files
  2. Adding Assistant support for AwsBedrock llm.

@andreibondarev Yes, we can. That simplifies code review.