langchain-js Questions
5
Solved
This is how I am defining the executor
const executor = await initializeAgentExecutorWithOptions(tools, model, {
agentType: 'chat-conversational-react-description',
verbose: false,
});
Whenever ...
Miscreance asked 2/11, 2023 at 7:26
1
I'd like to combine a ConversationalRetrievalQAChain with - for example - the SerpAPI tool in LangChain.
I'm using ConversationalRetrievalQAChain to search through product PDFs that have been inges...
Fracture asked 10/7, 2023 at 11:47
1
© 2022 - 2024 — McMap. All rights reserved.