Skip to content
New issue

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

Fixes Jlama docs #1237

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes Jlama docs
  • Loading branch information
lordofthejars committed Jan 23, 2025
commit 27732f8bbc06935d9393b1fbdc52ace78dcb512f
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/jlama.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ You can change the default embedding model by setting the `quarkus.langchain4j.j
quarkus.langchain4j.log-requests=true
quarkus.langchain4j.log-responses=true

quarkus.langchain4j.jlama.chat-model.model-id=tjake/granite-3.0-2b-instruct-JQ4
quarkus.langchain4j.jlama.embedding-model.model-id=intfloat/e5-small-v2
quarkus.langchain4j.jlama.chat-model.model-name=tjake/granite-3.0-2b-instruct-JQ4
quarkus.langchain4j.jlama.embedding-model.model-name=intfloat/e5-small-v2
----

If no other LLM extension is installed, retrieve the embedding model as follows:
Expand Down
Loading