Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update agent.py
Browse files
agent.py
CHANGED
@@ -121,8 +121,8 @@ class AgentTools:
|
|
121 |
""",
|
122 |
tool_args_schema = QueryTranscriptsArgs,
|
123 |
reranker = "multilingual_reranker_v1", rerank_k = 100, rerank_cutoff = 0.2,
|
124 |
-
n_sentences_before =
|
125 |
-
summary_num_results =
|
126 |
vectara_summarizer = summarizer,
|
127 |
include_citations = True,
|
128 |
verbose = False,
|
|
|
121 |
""",
|
122 |
tool_args_schema = QueryTranscriptsArgs,
|
123 |
reranker = "multilingual_reranker_v1", rerank_k = 100, rerank_cutoff = 0.2,
|
124 |
+
n_sentences_before = 1, n_sentences_after = 1, lambda_val = 0.005,
|
125 |
+
summary_num_results = 10,
|
126 |
vectara_summarizer = summarizer,
|
127 |
include_citations = True,
|
128 |
verbose = False,
|