QuivrHQ / quivr

Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
https://core.quivr.com
Other
36.68k stars 3.58k forks source link

Problem with Anthropic tool call #3485

Open jacopo-chevallard opened 2 hours ago

jacopo-chevallard commented 2 hours ago

We can us LangGraph for tool calling with OpenAI, but we encounter issues with Anthropic.

The problem is explained here https://github.com/langchain-ai/langchain/discussions/21871 and in particular in https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997, which refers to https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-9968997

The issue seems actually this one https://github.com/langchain-ai/langchain/discussions/21871#discussioncomment-10052603, where the output from Anthropic is different then the one from OpenAI, so that the two providers are not exchangeable…

linear[bot] commented 2 hours ago

CORE-298 Problem with Anthropic tool call