Vivek
Vivek
Thanks for your response! I was looking at performance benchmark and it seems ^ and $ are not allowed in glob patterns? So, my question is how glob.Compile is different...
Is it still open? Would like to work on it.
#39 Added support for passing encryption keys and dynamic state.
Sure thanks. Will go through the code and ask in case of any query. Just to be sure we want something similar to [this](https://www.benthos.dev/docs/components/inputs/aws_s3), where eventgrid will be used to...
Tried your code with **mistral** model, it gave an output. However llama2 & llama3 resulted in 'agent not finished before max iterations.' error Code sample given [here](https://github.com/tmc/langchaingo/tree/main/examples/mrkl-agent-example) works with open...
@ledongthuc Yes I have played around little bit with langchain python. Will take a look..
I tried to run the agent(below) using langchain-python, got the similar error sometimes but ran fine other times.. ```python import os import getpass from langchain_ollama import ChatOllama from langchain_community.utilities import...
I ran it without any max_iterations, got the below debug output, which looks fine..: ``` > Entering new AgentExecutor chain... Question: Who is Olivia Wilde's boyfriend? Thought: To find out...
I got time to do some more testing. I referred to https://github.com/langchain-ai/streamlit-agent/blob/main/streamlit_agent/mrkl_demo.py and wrote below mrkl agent code. With this it's always failing. ```python import os, getpass from langchain import...