Skip to content

Commit

Permalink
Update README (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Mar 11, 2023
1 parent eacacb4 commit a41e878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit a41e878

Please sign in to comment.