You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is thrown when `/learn' is used for the first time after the embedding provider is changed:
Reproduce
Start with a fresh install of jupyter-ai.
Use the existing providers (LLM and embeddings) from the config file and call /learn as shown below (this works and there is no problem at all:
Next, go to the chat settings and change only the embedding model, and then try the /learn command to get the error. If you repeat the /learn command a second time, there is no error, this is shown below:
Tested different branches in the developer environment and also in a plain user environment, built from scratch. The error persists across all environments.
The text was updated successfully, but these errors were encountered:
Description
The following error is thrown when `/learn' is used for the first time after the embedding provider is changed:
Reproduce
Start with a fresh install of
jupyter-ai
.Use the existing providers (LLM and embeddings) from the config file and call
/learn
as shown below (this works and there is no problem at all:Next, go to the chat settings and change only the embedding model, and then try the
/learn
command to get the error. If you repeat the/learn
command a second time, there is no error, this is shown below:Tested different branches in the developer environment and also in a plain user environment, built from scratch. The error persists across all environments.
The text was updated successfully, but these errors were encountered: