-
Re: Confused on how to use RAG (Retrieval Augmented Generation)
Hi, Once you have defined an augmented LLM in the settings of the Knowledge Bank (the output of the Embedding recipe), you can directly use this augmented LLM in Prompt Studios and Prompt Recipes. In…1 · -
Re: Suggestion of the handling of Support Cases
Hi, Please ask all people who need to see all support tickets of the company create accounts on the support portal. Then, please open a new support ticket, with the list of the emails. We will grant …1 · -
Re: Repartition discrete partitions on DSS engine failed, but manual input worked, suggestions?
Hi, What is the approximate number of partitions that you have to redispatch ? Redispatch works by creating one output writer for each partition it sees. If there is an extremely large number of part…1 · -
Re: New line Delimiter for Concatenation in Prepare Recipe
Hi, This is not possible with the "concatenate" processor, but you can use a formula: [col1, col2, col3].join("\n") DSS will not actually display multiple lines in the explore win…1 · -
Re: How can I add p-values estimation to my logistic regressions
Hi, DSS only shows p-values when there are less than 1000 coefficients (after preprocessing - so each categorical value becomes a coefficient). Even if you have less than 1000 coefficients, computing…1 ·
