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
I'm trying to run the latest eliza with the defaultcharacter with the local Ollama. starts up fine but as soon as I try to interact with it, it crashes saying it can't find the embeddingModel, but that's not the one that's configured as part of LLAMACLOUD
this is the correct embedding and I have it installed:
I even configured it in my .env file:
I'm starting at getting things running at the lowest level and then start adding clients one at a time.
It seems like there is something not right in DirectClient, but I can't put my finger on it. For sure, there seems to be a few other provider related things hardcoded in there.
Let me know if I'm missing something.
The text was updated successfully, but these errors were encountered:
I'm trying to run the latest eliza with the defaultcharacter with the local Ollama. starts up fine but as soon as I try to interact with it, it crashes saying it can't find the embeddingModel, but that's not the one that's configured as part of LLAMACLOUD
this is the correct embedding and I have it installed:
I even configured it in my .env file:
I'm starting at getting things running at the lowest level and then start adding clients one at a time.
It seems like there is something not right in DirectClient, but I can't put my finger on it. For sure, there seems to be a few other provider related things hardcoded in there.
Let me know if I'm missing something.
The text was updated successfully, but these errors were encountered: