LeonieFreisinger
LeonieFreisinger
Referencing issue #710 **Problem** The plot() function already includes plotting the uncertainty. However, the plot_components() function does not include plotting the uncertainty of yhat as a component. **Solution** Modify the...
**Status Quo** get_valid_configuration() is a helper function used in plot_components() and plot_parameters() to return a validated list of components to be plotted. The components can be selected by the user....
## Description Fix the usage of the cohere embedder. Changes: - add langchain_cohere package (`from langchain_community.embeddings import CohereEmbeddings` is deprecated) - add 'cohere' to the `validate_config` of the embedder model...