Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
作用
首先,在创建路线图的过程中,系统会使用 Gemini API 根据用户搜索的主题为课程生成大纲。对于大纲中的每个内容项,我们都会使用 Google Search API 搜索资源(文本、视频),并结合使用特定排名算法向用户推荐材料。
此外,Gemini API 在根据课程内容自动生成问题方面发挥着重要作用。为了解决大语言模型 (LLM) 的幻觉问题,我们采用了检索增强生成 (RAG) 来检索与本课程相关的信息。
最后,为了实现个性化,我们会存储每门课程的测试结果,并将其用作 Gemini 分析用户学习过程的数据,包括确定用户尚未完全掌握的知识点并推荐复习课程。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],[],[],[]]