- Move to Mistral iso OpenAI as primary choice
This commit is contained in:
@@ -713,6 +713,7 @@ def create_default_rag_library():
|
||||
description='Default RAG Retriever',
|
||||
catalog_id=cat.id,
|
||||
type="STANDARD_RAG",
|
||||
type_version="1.0",
|
||||
configuration={
|
||||
"es_k": "8",
|
||||
"es_similarity_threshold": 0.3
|
||||
@@ -727,7 +728,7 @@ def create_default_rag_library():
|
||||
spec = Specialist(
|
||||
name='Default RAG Specialist',
|
||||
description='Default RAG Specialist',
|
||||
type='STANDARD_RAG',
|
||||
type='STANDARD_RAG_SPECIALIST',
|
||||
configuration={"temperature": "0.3", "specialist_context": "To be specified"}
|
||||
)
|
||||
set_logging_information(spec, timestamp)
|
||||
|
||||
Reference in New Issue
Block a user