Chain-of-Table This paper from Google proposes a new framework to do question answering over tabular data This framework involves a series of prompts, flows, and tool calling… perfect for LangGraph! s/o @HrubyOnRails for the implementation! Code: https://
github.com/CYQIQ/MultiCoT
@langchain
-

Chain-of-Table: Google Framework for Tabular Data QA
By
–
-

Deploy Mistral Large to Azure with LangChain Python
By
–
Deploy Mistral Large to Azure and create a conversation with Python and LangChain Great blogs from our friends at @neondatabase on how to deploy Mistral Large in an enterprise-friendly Azure container and then use with LangChain Blog: https://
neon.tech/blog/deploy-mi
stral-large-to-azure-and-chat-with-langchain
… -

LangChain Open Source Roadmap: Agents, Structured Output, Streaming
By
–
March 2024 LangChain OSS Plans Sharing our open source roadmap for this upcoming month. Of particular focus – structured output, query analysis, agents, streaming, and documentation Would love any feedback and/or help! https://
github.com/langchain-ai/l
angchain/discussions/18547
… -

Query Analysis Techniques for RAG Systems Optimization
By
–
Query Analysis What do the following methods have in common? StepBack Prompting
HyDE
Query Structure They are all examples of **query analysis**, a technique to optimize queries to a RAG system We've added a brand new docs section on this! https://
python.langchain.com/docs/use_cases
/query_analysis/
… -

Deploying LangChain Apps with LangServe on GCP
By
–
Deploying LangChain Apps with LangServe on GCP LangServe is the easiest way to deploy LangChain applications. It comes with a nice playground, batch and streaming endpoints Great article by Tahreem Rasul diving into how to deploy it on GCP https://
medium.com/@tahreemrasul/
deploying-langchain-apps-with-langserve-on-gcp-1908476cdc49
… -

Anthropic Launches Claude 3 State-of-the-Art Models with LangChain Integration
By
–
New SOTA Model @AnthropicAI just launched their new state-of-the-art Claude 3 models, and you can use them from the `langchain-anthropic` package! Stay tuned for multimodal Create an API key here: https://
console.anthropic.com/settings/keys Python guide: https://
python.langchain.com/docs/integrati
ons/chat/anthropic
… JS -

LangGraph: Intuitive Framework for AI Agents Workflow
By
–
LangGraph: An intuitive framework for AI agents Great write up from Mario Bonilla on using a LangGraph "supervisor" agent to do knowledge work in the financial market https://
linkedin.com/pulse/langgrap
h-intuitive-framework-agents-workflow-mario-bonilla-cfa-8ajoe/?trackingId=QtuZFYrgTLHhP3L7ScveRw
… -

SalesGPT: AI-Driven Sales Assistant with LangChain Intelligence
By
–
SalesGPT: Elevating Sales Conversations with LangChain SalesGPT is an awesome open-source repo that creates an AI-driven sales assistant This blog by @andysingal deep dives into how this agent is created and how to use it Blog: https://
ai.gopubby.com/salesgpt-eleva
ting-sales-conversations-with-langchain-intelligence-a1e1be461ee4
… -

LLM-based SQL Agent for SAP HANA Database Queries
By
–
Discover the power of LLM based SQL Agent for SAP HANA queries Lots of enterprise data is contained in SAP HANA databases. This great guide by Purankhoeval goes over how to connect a LangChain SQL Agent to these types of databases Blog: https://
medium.com/@purankhoeval/
discover-the-power-of-llm-based-sql-agent-for-sap-hana-queries-4c97343f69e2
… -

LangChain Query Analysis How-To Guides Released
By
–
Query Analysis How-To Guides We've added a series of how-to guides for some of the trickier parts of query analysis How to add few shot examples?
How to deal with high cardinality categoricals? and more! Check out our new docs here: https://
python.langchain.com/docs/use_cases
/query_analysis/
…