We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running /learn command, I am seeing that jupyter ai chat UI calling using localhost instead of specific base api url configured.
/learn
HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/embeddings
The text was updated successfully, but these errors were encountered:
This happens when we call /learn command in chat UI. So it seems to be related to embedding model call.
Sorry, something went wrong.
looks like ollama embedding doesn't allow base url to be changed. langchain-ai/langchain#25022
Allow overriding the Ollama base URL
69bf1c0
jupyterlab#1004 This allows overriding Ollama base URL when using embeddings model.
No branches or pull requests
When running
/learn
command, I am seeing that jupyter ai chat UI calling using localhost instead of specific base api url configured.HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/embeddings
The text was updated successfully, but these errors were encountered: