From 84df840e398ae623cc5eee4924eaf55ed83ae016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=81ukawski?= Date: Fri, 27 Jan 2023 18:26:03 +0100 Subject: [PATCH] Add full prompt --- qdrant-landing/content/articles/langchain-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/articles/langchain-integration.md b/qdrant-landing/content/articles/langchain-integration.md index cd2c87470..867eb5554 100644 --- a/qdrant-landing/content/articles/langchain-integration.md +++ b/qdrant-landing/content/articles/langchain-integration.md @@ -45,7 +45,7 @@ of them into a single text. Then, we build a prompt to the LLM (in our case Open question asked. So the input to the LLM looks like the following: ```text -Use the following pieces of context... +Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. It's as certain as 2 + 2 = 4 ...