Skip to content

Commit

Permalink
Fixing link to default_examples.json
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Oct 16, 2024
1 parent 37a2594 commit 950e487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blendsql/ingredients/builtin/join/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def from_args(
Args:
few_shot_examples: A list of AnnotatedJoinExamples dictionaries for few-shot learning.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/ingredients/builtin/join/default_examples.json) as default.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/blob/main/blendsql/ingredients/builtin/join/default_examples.json) as default.
use_skrub_joiner: Whether to use the skrub joiner. Defaults to True.
k: Determines number of few-shot examples to use for each ingredient call.
Default is None, which will use all few-shot examples on all calls.
Expand Down
2 changes: 1 addition & 1 deletion blendsql/ingredients/builtin/map/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def from_args(
Args:
model: The model to be used. Defaults to None.
few_shot_examples: A list of dictionary MapExample few-shot examples.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/ingredients/builtin/map/default_examples.json) as default.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/blob/main/blendsql/ingredients/builtin/map/default_examples.json) as default.
list_options_in_prompt: Whether to list options in the prompt. Defaults to True.
batch_size: The batch size for processing. Defaults to None.
k: Determines number of few-shot examples to use for each ingredient call.
Expand Down
2 changes: 1 addition & 1 deletion blendsql/ingredients/builtin/qa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def from_args(
Args:
few_shot_examples: A list of Example dictionaries for few-shot learning.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/ingredients/builtin/qa/default_examples.json) as default.
If not specified, will use [default_examples.json](https://github.com/parkervg/blendsql/blob/main/blendsql/ingredients/builtin/qa/default_examples.json) as default.
context_formatter: A callable that formats a pandas DataFrame into a string.
Defaults to a lambda function that converts the DataFrame to markdown without index.
k: Determines number of few-shot examples to use for each ingredient call.
Expand Down

0 comments on commit 950e487

Please sign in to comment.