mzhadigerov
mzhadigerov
@SoarAnyway How long did it take to complete under default parameters?
@abhinav-rafa Hi! For anyone who is interested, I was able to pass a custom arguments using `Tool` class, like this: ```python tools = [ Tool( name="Internet search", func=lambda query, custom=custom:...
Are there any fixes for this? I'm unable to instantiate `VectorStoreRouterToolkit` with `ChatOpenAI` as an llm
@dlqqq How can I set a limit for response time? I'm using `signal` library from python. Wondering If there are alternative ways
sorry @dlqqq ,but what it has to do with pinecone? The problem arises in openai side, not in pinecone side. Please, correct me If I misunderstood you.
any updates on this? I'm facing the same error
Hi @dxv2k ! Can you check out this thread? I was able to implement the functionality using the method proposed in the thread: [2068](https://github.com/hwchase17/langchain/issues/2068)
@dxv2k Sorry man, I'm out of my pc now, but can send an example output later.
@dxv2k you mean context from documents? I don't think so. At least, I could not find it
Thanks @wct432 ! Is it in the docs? I could not find the section mentioning that approach