From a41e87874db1dc93d90fc946710be9ff024148ee Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 11 Mar 2023 10:16:20 -0500 Subject: [PATCH] Update README (#23) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 290b20d..cfdde4a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Specify the schema of what should be extracted and provide some examples. Kor will generate a prompt, send it to the specified LLM and parse out the output. You might even get results back. +See [documentation](https://eyurtsev.github.io/kor/). + ## 💡 Ideas Ideas of some things that could be done with Kor. @@ -28,6 +30,7 @@ tested against real world examples. * Slow! It uses large prompts with examples, and works best with the larger slower LLMs. * Crashing for long enough pieces of text! Context length window could become limiting when working with large forms or long text inputs. +* Incorrectly grouping results (see documentation section on objects). ## Potential Changes