Bryce Freshcorn
Bryce Freshcorn
# Description * Added support for Bedrock Titan Embeddings v2. This version introduces new parameters to the request body, `dimensions` and `normalize`, so added new field, `titan_body_kwargs`, to support. *...
**Description** Continuation of [#924](https://github.com/crewAIInc/crewAI/issues/924), which was closed without providing a long-term solution. With `langchain-core==0.2.16`, a new required arg was added to StructuredTool._run() as shown [here](https://github.com/langchain-ai/langchain/blame/a72fddbf8d0c440d1ebc4bb4d5f924ce5205fc38/libs/core/langchain_core/tools.py#L919). This breaks existing implementations using...
Since `langchain-core>0.2.15` breaks `crewai_tools.BaseTool`, this caps the dependency till #86 is resolved.
### Bug Description BedrockEmbedding.[_aget_query_embedding](https://github.com/run-llama/llama_index/blob/1dfa26bdd86aeb57368ab96b21cd965b0bebc9c7/llama-index-integrations/embeddings/llama-index-embeddings-bedrock/llama_index/embeddings/bedrock/base.py#L431) & [_aget_text_embedding](https://github.com/run-llama/llama_index/blob/1dfa26bdd86aeb57368ab96b21cd965b0bebc9c7/llama-index-integrations/embeddings/llama-index-embeddings-azure-inference/llama_index/embeddings/azure_inference/base.py#L192) both just use the standard synchronous function. This should have at least been marked as "Not Implemented". ### Version 0.3.0 (the integration version) ###...
### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question `ReActAgent.stream_chat` only streams the final response but not the thoughts, observations, or...
I noticed there is support for things like AWS SQS, but only knew that from looking at the source code. There should be a page listing the available options, which...