当前位置: 首页 > article >正文

Give azure openai an encyclopedia of information

题意:给 Azure OpenAI 提供一部百科全书式的信息

问题背景:

I am currently dabbling in the Azure OpenAI service. I want to take the default model and knowledge base and now add on to it my own unique information. So, for example, for making a game world, I want to be able to tell it all the main characters, the locations, the major factions, and the relationships between all these entities.

我目前正在尝试使用 Azure OpenAI 服务。我想在默认模型和知识库的基础上,添加我自己独特的信息。比如,为了创建一个游戏世界,我希望能够告诉它所有的主要角色、地点、主要派系,以及这些实体之间的关系

Now I know that I can fine-tune my model, providing hundreds of prompt-answer pairs, and I suppose I could fill that out by saying things like:

现在我知道我可以微调我的模型,提供数百个提示-回答对。我想我可以通过这样填写,例如

Who are all the members of the Borean Clan? King Jappy, Queen Stefanos, Sir Barmyn, etc.

谁是北风氏族的所有成员?国王 Jappy、王后 Stefanos、骑士 Barmyn 等等

Is that really the only way, though? And won't this still create the possibility that the AI will generate text responses that are outside of this encyclopedia of knowledge, referencing people and places that don't actually exist in the game world?

但这真的是唯一的办法吗?而且这难道不会仍然有可能让 AI 生成超出这个知识百科范围的文本回复,提到在游戏世界中并不存在的人物和地点吗?

I guess I'm just wondering if there's a better way to approach this. Thanks!

我想我只是在想有没有更好的方法来处理这个问题。谢谢!

问题解决:

The suggested approach from Microsoft is not to fine-tune the model in your case. There are several options:

微软建议的做法是不要在你的情况下微调模型。有以下几种选择:

  • at the moment, you can have a look to this demo which is based on a Cognitive Search index to provide details: 

目前,你可以查看这个演示,它基于一个认知搜索索引来提供详细信息

  • GitHub - Azure-Samples/azure-search-openai-demo: A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

  • in a few days, you should also see the arrival of the preview feature of "Add your data" feature in Azure OpenAI Studio, which has been announced at Build event a few days ago: see video here. This accelerates the ability to query your own data while using Azure OpenAI

几天内,你还应该能看到 Azure OpenAI Studio 中“添加你的数据”功能的预览版发布,该功能在几天前的 Build 活动上已经宣布:可在此处查看视频。这将加速在使用 Azure OpenAI 时查询你自己数据的能力


http://www.kler.cn/news/315191.html

相关文章:

  • IDEA开发HelloWorld程序
  • Docker部署Joplin Server教程
  • 【ArcGISPro】配置模块
  • docker部署Stirling-PDF
  • 计算机网络笔记002
  • 【数据结构-二维差分】力扣2536. 子矩阵元素加 1
  • 插入与冒泡排序(C++)
  • C语言6大常用标准库 -- 4.<math.h>
  • Docker学习笔记(三)存储与卷
  • Vite + Vue + TypeScript 项目搭建总结
  • OpenMV学习第一步安装IDE_2024.09.20
  • 使用API有效率地管理Dynadot域名,为域名进行隐私保护设置
  • (C++23) expected 基础使用
  • hive-拉链表
  • 代码随想录算法训练营|151.翻转字符串里的单词 、卡码网:55.右旋转字符串
  • 分布式Redis(14)哈希槽
  • 深入理解Go并发编程:避免Goroutine泄漏与错误处理
  • C++_数据封装详解
  • 综述论文“Towards Personalized Federated Learning”分享
  • 研究生第一次刷力扣day1
  • 认识结构体
  • Docker笔记-Docker Dockerfile
  • 语言模型的在线策略提炼:从自我错误中学习
  • Redis数据结构之set
  • 音视频入门基础:AAC专题(8)——FFmpeg源码中计算AAC裸流AVStream的time_base的实现
  • Qt:静态局部变量实现单例(附带单例使用和内存管理)
  • socket是什么?为什么要用socket?
  • Python 实现图形学几何变换算法
  • 【农信网-注册/登录安全分析报告】
  • (done) 声音信号处理基础知识(5) (Types of Audio Features for Machine Learning)