sqlreport

Results 5 comments of sqlreport

@dlqqq I have: python=3.10 jupyter_ai==1.9.0 langchain==0.0.350 openai==1.7.1 when I run /learn command on chatUI, I get an error IndexError: list index out of range

When I change my documents to txt file I am getting error like (looks like expecting string input instead) Exception: UnprocessableEntityError("Error code: 422 - {'detail': [{'type': 'string_type', 'loc': ['body', 'input',...

@JasonWeill can you provide unit test code that can mimic the openai call so I can troubleshoot my openai proxy? I have ran openai example code with string and it...

This happens when we call `/learn` command in chat UI. So it seems to be related to embedding model call.

looks like ollama embedding doesn't allow base url to be changed. https://github.com/langchain-ai/langchain/issues/25022