We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
请教一个问题:我们的数据库中存库的是问答对:pair<question, answer>,构建document的时候我只想对question进行。通过embedding检索到question之后取出对应的answer再进行后续的处理。请问这种数据应该如何加载啊?