Devin Stein
Devin Stein
@anurag9099 Hi sorry for the inconvenience. Dosu can't re-open issues yet (nor can I 😅). We're actively working to add support for re-opening stale issues. Dosu will re-open this issue...
_Generated by a 🤖_ ### Answer The error occurs because the name "Python REPL" contains a space, which doesn't match the regular expression `^[a-zA-Z0-9_-]{1,64}$`. To fix this issue, you can...
Hi @thorwebdev I ran prettier on `picket.mdx`, but if I run the repo-level `npm run format` the diff is quite large, so I didn't commit those changes. Regardless, gave you...
_Generated by a 🤖_ I found related issues that might be helpful. I did my best to summarize the solutions, but I recommend looking at the related issues yourself. ##...
_Generated by a 🤖_ ### Answer It seems like there is an issue with the GPT4All implementation in the LangChain library. The error message indicates that the 'n_parts' parameter is...
_Generated by a 🤖_ I found related issues that might be helpful. I did my best to summarize the solutions, but I recommend looking at the related issues yourself. ##...
_Generated by a 🤖_ ### Answer To get multiple completions, you should use the generate method instead of directly calling the chat object with a message. Replace the following lines:...
_Generated by a 🤖_ ### Answer It seems like the issue is related to the schema not being specified when initializing the `SQLDatabase` instance. To resolve this issue, you can...
@adityakadrekar16 There are two likely culprits 1. Normal model output variance (expected) What is the temperature of the LLM? Variance in answers is expected especially if the temperature is higher...
@casWVU What version of LangChain are you on?