gpt4 book ai didi

Azure 学术搜索 API : GraphSearch

转载 作者:行者123 更新时间:2023-12-03 05:10:33 26 4
gpt4 key购买 nike

在 Graphsearch API 上进行以下 API 调用:

POST https://westus.api.cognitive.microsoft.com/academic/v1.0/graph/search?mode=json HTTP/1.1
Content-Type: application/json
Host: westus.api.cognitive.microsoft.com
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••

{
"path": "/paper/AuthorIDs/author",
"paper": {
"type": "Paper",
"NormalizedTitle": "graph engine",
"select": [
"OriginalTitle"
]
},
"author": {
"return": {
"type": "Author",
"Name": "bin shao"
}
}
}

返回内部服务器错误 500:

Pragma: no-cache
apim-request-id: ab90bbda-b1e7-4f55-b939-770ef086579b
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
Cache-Control: no-cache
Date: Tue, 06 Jun 2017 16:31:17 GMT
X-Powered-By: ASP.NET
Content-Length: 108
Content-Type: application/json; charset=utf-8
Expires: -1
{
"Error": {
"Message": "Something went wrong, if the error continue please contact us",
"Code": "InternalError"
}
}

我只是使用 Open API 测试控制台来测试 API。

最佳答案

这件事似乎已经在他们这边得到了解决。根据您问题的正文,我得到以下答案:

{
"Results": [
[
{
"CellID": 2171539317,
"OriginalTitle": "A distributed graph engine for web scale RDF data"
},
{
"CellID": 2093502026
}
],
[
{
"CellID": 73304046,
"OriginalTitle": "The Trinity Graph Engine"
},
{
"CellID": 2093502026
}
]
]
}

关于Azure 学术搜索 API : GraphSearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44395938/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com