Skip to content

Commit

Permalink
update code and website
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Aug 14, 2024
1 parent e46f33a commit 0b72ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/getting-started-basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ extraction_policies:
name: "entity-extractor"
input_params:
system_prompt: "Extract entities from text, and return the output in JSON format."
n_ctx: 50000
- extractor: "tensorlake/chunk-extractor"
name: "chunker"
input_params:
Expand Down
1 change: 1 addition & 0 deletions examples/getting_started/website/basic/graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ extraction_policies:
name: "entity-extractor"
input_params:
system_prompt: "Extract entities from text, and return the output in JSON format."
n_ctx: 50000
- extractor: "tensorlake/chunk-extractor"
name: "chunker"
input_params:
Expand Down

0 comments on commit 0b72ec8

Please sign in to comment.