Skip to main content
0 votes
0 answers
38 views

I am stuck at this error - Error Loading the Langachain pipeline 'field set'. How can i resolve this error? Below i have mention my code , import os from langchain_community.vectorstores import FAISS ...
Dilip Verma's user avatar
Advice
4 votes
3 replies
62 views

I am building a local RAG chatbot using LangChain and ChromaDB (PersistentClient). I’m encountering 'hallucinations' when the similarity search returns documents with a low relevance score. How can I ...
grace h's user avatar
-5 votes
1 answer
95 views

I can't make this work: from langchain_community.agent_toolkits import PlayWrightBrowserToolkit from langchain_openai import ChatOpenAI from langchain.agents import create_agent import asyncio import ...
Paulo Eduardo Dias da Silva's user avatar
1 vote
0 answers
49 views

I'm building a Streamlit app using LangChain (latest), LangGraph, and Groq with the model: llama-3.3-70b-versatile I'm using the modern create_agent() API (LangGraph-backed). The agent has two tools: ...
Ravikiran Arasur T S's user avatar
-7 votes
1 answer
103 views

I am building a stock assistant chatbot using an LLM. I want the chatbot to always respond in Hinglish, i.e. a mix of Hindi and English written in Roman script, for example: Aaj market thoda volatile ...
Samagra Shrivastava's user avatar
-3 votes
0 answers
39 views

I have the following code. The first data loading call gives error, the second works fine. url="https://en.wikipedia.org/wiki/2023_Cricket_World_Cup" from langchain_community....
R71's user avatar
  • 4,567
2 votes
0 answers
23 views

I've been using Langchain and Langgraph for some time now and have gained experience working with various multi-agent models, including hierarchical agents and collaboration agents. Recently, I came ...
Melvin Dow's user avatar
3 votes
1 answer
134 views

I'm trying to install and import different elements from Langchain but i keep having an issue with the dependencies. I will paste (1) the tools that i want to use, (2) my current requirements.txt, (3) ...
Hasaan Zain's user avatar
Advice
1 vote
3 replies
51 views

I am trying to override the Langgraph's state["messages"] before it reaches the agent, but not sure if I am doing it right. I need to remove some messages from state before sending it to ...
Triko's user avatar
  • 3
1 vote
1 answer
123 views

I’m trying to use Milvus Lite with Python 3.11.9 in a local project that integrates LangChain and Ollama, but I’m unable to get Milvus to run correctly. Here is my setup: Python version: 3.11.9 ...
Derya Coşkun's user avatar
0 votes
0 answers
129 views

I'm using Langgraph version 1.2.7 to build a workflow composed of several nodes. Many of these nodes may interrupt the flow by asking the user for clarifications or additional information. The user ...
lcs_godoy's user avatar
  • 103
1 vote
1 answer
871 views

from langchain.agents import create_tool_calling_agent from langchain.agents.agent_executor import AgentExecutor executor = AgentExecutor( agent=supervisor_agent, tools=[insurance_subagent, ...
Aditya Dandekar's user avatar
Advice
0 votes
0 replies
24 views

I'm not sure how to chunk a Markdown file with Langchain's MarkdownTextSplitter and at the same making sure the chunks don't overflow the maximum token size for the llm we will be using. As far as I ...
michielve's user avatar
  • 579
0 votes
0 answers
97 views

I’m experiencing an issue where the LLM correctly invokes a tool (tool call is successful), but it appears unable to interpret or process the tool’s result. Here is the code to reproduce the issue: ...
Gad82's user avatar
  • 131
1 vote
0 answers
122 views

I am designing a complex workflow in Langgraph where there will be multiple agents. Some of the agents will be intermediary and some other will be user-facing (that is I will show the output of those ...
hafiz031's user avatar
  • 2,984

15 30 50 per page
1
2 3 4 5
134