From ff04810ab05ba428ccf692b7d8684bcfe94fae11 Mon Sep 17 00:00:00 2001 From: Alleria Date: Fri, 5 Jul 2024 15:29:37 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683b56f0..5ca5f946 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ class Net(nn.Module): ## LightRAG Task Pipeline -We will ask the model to respond with ``explaination`` and ``example`` of a concept. And we will build a pipeline to get the structured output as ``QAOutput``. +We will ask the model to respond with ``explanation`` and ``example`` of a concept. And we will build a pipeline to get the structured output as ``QAOutput``. ```python