mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 19:58:11 +08:00
Feat: v0.27.0 model provider (#16604)
This commit is contained in:
@@ -381,6 +381,7 @@ def _make_dialog(chat_mdl_stub):
|
||||
top_n=6,
|
||||
top_k=1024,
|
||||
rerank_id="",
|
||||
tenant_rerank_id=None
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -295,6 +295,7 @@ def test_async_chat_uses_all_docs_when_no_doc_ids_selected(monkeypatch):
|
||||
dialog = SimpleNamespace(
|
||||
kb_ids=["kb-1"],
|
||||
llm_id="chat-model",
|
||||
tenant_llm_id="",
|
||||
tenant_id="tenant-id",
|
||||
llm_setting={},
|
||||
similarity_threshold=0.1,
|
||||
|
||||
Reference in New Issue
Block a user