panyamravi

Results 4 comments of panyamravi

@gugupy : Using above approach, majority of the times query itself is failing (with syntax errors) where as the same was working OK when we initialize dbchain = SQLDatabaseChain (llm=llm,...

@gugupy : I tried adding query checker as well but no luck. if I use, SQLDBChain without query_checker set to True its working OK but memory is not preserved. Thanks

@gugupy : Pls find below: I am connecting to a local SQL server and its working OK if I use below dbchain: ``` dbchain = SQLDatabaseChain( #llm_chain=LLMChain(llm=llm, prompt=PROMPT, memory=memory), llm=llm,...

@keenborder786 : Is the memory issue resolved. If so, is it committed. I went through the PR and did the needed changes in my local instance of langchain_experimental (base.py) file...