We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e2a6b commit 17ee70aCopy full SHA for 17ee70a
1 file changed
documentation/modules/ROOT/pages/20_embed_documents.adoc
@@ -55,7 +55,7 @@ quarkus.langchain4j.openai.timeout=60s
55
quarkus.langchain4j.openai.chat-model.temperature=0.0
56
quarkus.langchain4j.easy-rag.path=src/main/resources/catalog
57
58
-booking.daystostart=1 #<3>
+booking.daystostart=1#<3>
59
booking.daystoend=3
60
booking.firstname=john
61
booking.lastname=doe
@@ -412,7 +412,6 @@ Create a new `chat-assistant.html` file in `src/main/resources/META-INF/resource
412
$("#send").attr("disabled", false);
413
$("#connect").attr("disabled", true);
414
$("#name").attr("disabled", true);
415
- $("#chat").append("[Assistant] Hi from Miles of Smiles, how may I help you? \n");
416
$("#msg").focus();
417
};
418
socket.onmessage =function(m) {
0 commit comments