dialog2graph.metrics.no_llm_metrics.keys2graph.config#

Global configuration for our pipeline. All environment keys are taken from OS ENV if available, otherwise fallback is used.

Attributes#

Functions#

Module Contents#

dialog2graph.metrics.no_llm_metrics.keys2graph.config.FIX_ATTEMPTS = 3#
dialog2graph.metrics.no_llm_metrics.keys2graph.config.REGENERATION_ATTEMPTS = 1#
dialog2graph.metrics.no_llm_metrics.keys2graph.config.COST_TABLE#
dialog2graph.metrics.no_llm_metrics.keys2graph.config.EMBEDDING_MODEL_FALLBACK = 'text-embedding-3-small'#
dialog2graph.metrics.no_llm_metrics.keys2graph.config.get_embedding_model() str[source]#
Return type:

str

dialog2graph.metrics.no_llm_metrics.keys2graph.config.SEMANTIC_THRESHOLD = 0.75#