Translations:FACTS About Building Retrieval Augmented Generation-based Chatbots/65/zh: Difference between revisions

    From Marovi AI
    (Importing a new version from external source)
     
    (No difference)

    Latest revision as of 08:52, 19 February 2025

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (FACTS About Building Retrieval Augmented Generation-based Chatbots)
    '''Enterprise Guardrailing''': Implementing guardrails that align generative AI responses with specific enterprise policies and rules is essential. These guardrails help mitigate risks by ensuring that Chatbot-generated content adheres to established norms and ethical guidelines, preventing potential legal and reputational damage. In NVInfo bot, we implemented many guardrails in LLM prompts initially. However, later realized that not all LLMs follow these prompts consistently. Therefore, we implemented these guardrails during pre and post-processing of queries and responses respectively using Nemo Guardrails ([[#bib.bib13|13]]).

    企业护栏:实施与特定企业政策和规则相一致的护栏对于生成式AI响应至关重要。这些护栏通过确保聊天机器人生成的内容遵循既定的规范和道德准则来帮助降低风险,从而防止潜在的法律和声誉损害。在NVInfo机器人中,我们最初在LLM提示中实施了许多护栏。然而,后来意识到并非所有LLM都能始终如一地遵循这些提示。因此,我们在查询和响应的前后处理中分别使用Nemo Guardrails(13)实施了这些护栏。