Anthony Bernabeu
Anthony Bernabeu
Currently, there is no indication about the cost related to the call of an LLM. It would be interesting to understand how much the message affects the cost of invoking...
### SDK Python ### Description Today, the python package for LanceDB is above the maximum package size 250MB. It would be great to have the package optimized to use it...
**Issue #20** ## Description of changes: - Added support for embeddings model Id and LLM model Id to give more flexibility - Moved cli tool to tools folder as a...
### Use case Today in the classifier the model being used by default is using Claude Sonnet 3.5 on Amazon Bedrock. We need another demo with a fine tuned LLM...
### Use case set the minimal version to 3.11 ### Solution/User Experience set the minimal version to 3.11 ### Alternative solutions ```markdown set the minimal version to 3.11 ```
### Expected Behaviour The agent id that answer a specific request should be added into the history section of the prompt for in memory storage. ### Current Behaviour The agent...
### Use case Agents for Bedrock now supports streaming for their final response ### Solution/User Experience supporting streaming will enhance the end user experience. ### Alternative solutions ```markdown none ```
toolChoice is only support for Anthropic models and Mistral AI Large: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ToolChoice.html
Added support for Bedrock Agents streaming and trace for both TS and python. See #118
Added a way to defining tools for Agents. Updated documentation with a dedicated section as well as new tools example folder for comprehensive usage.