baron
baron
would love to see this merged
I was wondering what the expected behavior of a native html parser would be. Right now mochiweb_html.parse always returns empty lists in either the middle or the end (depending on...
Thank you for giving this your attention, I wish I could be more helpful with actual code but hopefully provided you with enough information to investigate. I have tipped before...
@GianniCarlo I'll lookout for the update and report back. Thank you for looking into this. I'll do my best to break it down. Also, I didn't emphasize that I have...
I also find the "directory not empty" error when re-installing to be less than ideal. It feels wasteful that you need to delete the entire el-get directory if you mess...
this is due to the folder being bad (see how the Other Source folder is red). You can move the files elsewhere. patch: http://gist.github.com/378422
It seems that jupyter-cache is another blocking dependency: jupyter-cache https://github.com/hwchase17/langchain/blob/master/poetry.lock#L2526 https://github.com/executablebooks/jupyter-cache/issues/92 https://github.com/executablebooks/jupyter-cache/pull/93 This dependency was introduced in [pull request #534](https://github.com/hwchase17/langchain/pull/534/) but `jupyter_cache` doesn't seem to be called anywhere in the...
Thanks for the clarification and your efforts. Added some reactions and a "+1".
Google GenerativeAI is still missing the safety_settings which were added to VertexAI. Without any default values set Google GenerativeAI is prone to silently fail. https://github.com/langchain-ai/langchain/pull/15344 https://github.com/langchain-ai/langchain/blob/master/libs/partners/google-genai/langchain_google_genai/llms.py
@ironerumi Thanks for letting me know! Yes, it seems fixed now. I can finally work with the official wrapper again 👍