From 577a81d4c5beb42f27988c5def2d8913678510a9 Mon Sep 17 00:00:00 2001 From: Rushil Sheth <rushil@pathlight.com> Date: Mon, 1 Apr 2024 14:40:57 -0700 Subject: [PATCH] alter qa embedding pair prompt (#12470) --- .../llama_index/finetuning/embeddings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-finetuning/llama_index/finetuning/embeddings/common.py b/llama-index-finetuning/llama_index/finetuning/embeddings/common.py index 41ad4e61f2..03bad69166 100644 --- a/llama-index-finetuning/llama_index/finetuning/embeddings/common.py +++ b/llama-index-finetuning/llama_index/finetuning/embeddings/common.py @@ -53,7 +53,7 @@ Context information is below. {context_str} --------------------- -Given the context information and not prior knowledge. +Given the context information and no prior knowledge. generate only questions based on the below query. You are a Teacher/ Professor. Your task is to setup \ -- GitLab