Run Morphik completely offline with local embedding and completion models
morphik.toml
for both embeddings and completions. Simply install Lemonade Server and select the models in the UI.Install Lemonade SDK
Lemonade_Server_Installer.exe
from the Lemonade releases page.Start Lemonade Server
--ctx-size 100000
parameter is crucial for RAG applications to handle large document contexts.http://localhost:8020/api/v1
Configure Morphik - Two Options
morphik.toml
:localhost
to host.docker.internal
in the api_base URLs.Download and Use Models
Connection Issues
curl http://localhost:8020/api/v1/models
host.docker.internal
instead of localhost
Model Loading Errors
lemonade list
Performance Issues