Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend committed Nov 1, 2024
1 parent a9efc87 commit 6129aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectara_agentic/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def create_rag_tool(
udf_expression (str, optional): the user defined expression for reranking results.
rerank_chain (List[Dict], optional): A list of rerankers to be applied sequentially.
Each dictionary should specify the "type" of reranker (mmr, slingshot, udf)
and any other parameters (e.g. "limit" or "cutoff" for any type,
and any other parameters (e.g. "limit" or "cutoff" for any type,
"diversity_bias" for mmr, and "user_function" for udf).
If using slingshot/multilingual_reranker_v1, it must be first in the list.
include_citations (bool, optional): Whether to include citations in the response.
Expand Down

0 comments on commit 6129aaf

Please sign in to comment.