Rishav Dash
Rishav Dash
Getting same issue while performing Regression
Getting the same issue checked the `logs/model_log.log`. Getting these logs. ``` 2023-01-31T15:48:31,175 [INFO ] W-9005-mnist_1.0-stdout MODEL_LOG - for CPU please run pip3 install --pre torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu 2023-01-31T15:48:31,241 [INFO ]...
@AlpriElse these docs are somewhat helpful. I am having all my data in my Elastic Search. When the user gives some text I need it to query from Elastic Search...
> @Rishav-hub did you find any answer? @Chirag313 No we have changed the approach, we are not using elastic anymore. Rather than using Weaviate Vector store our vector embeddings.
@eike-heimpel is it working for you? I am also having a similar issue where I am using multiple tools. One is RetrievalQA and the next is the Pandas toolkit. But...
@tevslin This worked for me ``` """Agent for working with pandas objects.""" from typing import Any, List, Optional from langchain.agents.agent import AgentExecutor # from langchain.agents.agent_toolkits.pandas.prompt import PREFIX, SUFFIX from langchain.agents...
> Thank you. That works very well. I did have to change the defaults of PREFIX and SUFFIX since they were undefined. > > for production I'd suggest that memory...
> I just meant that the code which invokes create_pandas_dataframe_agent should allocate the memory buffer if it wants one and pass it as an optional parameter to create_pandas_dataframe_agent. If the...
> @tevslin @Rishav-hub thanks for taking a look here, this sounds good! Is there a PR already that I could take a look at? Till now I have not made...
> I am facing an error saying "chat_history" not defined. What mistake might I have committed? Can you send the code which is throwing this particular error?