VanderbiltGlossary / chain_config.yaml
John Graham Reynolds
bump temperature up to .5
074c22b
raw
history blame contribute delete
617 Bytes
databricks_resources:
llm_endpoint_name: databricks-dbrx-instruct
vector_search_endpoint_name: vumc-chatbot-vsc
input_example:
messages: []
llm_config:
llm_parameters:
max_tokens: 4096
temperature: 0.5
retriever_config:
chunk_template: 'The Vanderbilt University Medical Center term ''{name}'' has the
following organizational definiton: {description}
'
embedding_model: BAAI/bge-large-en
parameters:
k: 3
query_type: ann
schema:
description: description
name: name
primary_key: name
vector_search_index: workspace_dogfood.jgr.vumc_glossary_embeddings_index