Skip to content

Commit 17ee70a

Browse files
committed
fix embed_documents
1 parent 79e2a6b commit 17ee70a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

documentation/modules/ROOT/pages/20_embed_documents.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ quarkus.langchain4j.openai.timeout=60s
5555
quarkus.langchain4j.openai.chat-model.temperature=0.0
5656
quarkus.langchain4j.easy-rag.path=src/main/resources/catalog
5757
58-
booking.daystostart=1 #<3>
58+
booking.daystostart=1#<3>
5959
booking.daystoend=3
6060
booking.firstname=john
6161
booking.lastname=doe
@@ -412,7 +412,6 @@ Create a new `chat-assistant.html` file in `src/main/resources/META-INF/resource
412412
$("#send").attr("disabled", false);
413413
$("#connect").attr("disabled", true);
414414
$("#name").attr("disabled", true);
415-
$("#chat").append("[Assistant] Hi from Miles of Smiles, how may I help you? \n");
416415
$("#msg").focus();
417416
};
418417
socket.onmessage =function(m) {

0 commit comments

Comments
 (0)