Find answers from the community

Updated 3 months ago

have anyone used the latest Anthropic

have anyone used the latest Anthropic Claude3 using Bedrock, its compalining about context_size and complains abt some validation error
Attachment
Screenshot_2024-03-07_at_3.44.14_PM.png
L
l
6 comments
Theres not support yet on bedrock for the new anthropic models. There is a PR nearly ready to merge though
ah ah thx bud. @Logan M πŸ™
one more question pls, is there a way to add a fallback to vectorAgent in the RouterQueryEngine incase the sqlAgent fails ?

self._query_engine = RouterQueryEngine(
selector=LLMSingleSelector.from_defaults(),
query_engine_tools=([self._agents[agent_name] for agent_name in self._agent_names]),
)
basically i'm chaining vector and sql index to the query engine
maybe a try/except? lol
lol, i see there's currently none in the library, so I should handle it at the custom code level
Add a reply
Sign up and join the conversation on Discord