Skip to content

Commit

Permalink
docs: update default value of variable in run_relevance_eval (GITBOOK…
Browse files Browse the repository at this point in the history
…-368)
  • Loading branch information
axiomofjoy authored and gitbook-bot committed Nov 21, 2023
1 parent de3817d commit d5bcaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/evals.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run_relevance_eval(
template: Union[ClassificationPromptTemplate, PromptTemplate, str] = RAG_RELEVANCY_PROMPT_TEMPLATE,
rails: List[str] = list(RAG_RELEVANCY_PROMPT_RAILS_MAP.values()),
system_instruction: Optional[str] = None,
query_column_name: str = "query",
query_column_name: str = "input",
document_column_name: str = "reference",
) -> List[List[str]]:
```
Expand Down

0 comments on commit d5bcaf8

Please sign in to comment.