discoart icon indicating copy to clipboard operation
discoart copied to clipboard

How to set up "name-docarray"?

Open SearchingForSea opened this issue 2 years ago • 1 comments

image How to set up "name-docarray"?

SearchingForSea avatar Aug 10 '22 12:08 SearchingForSea

I take it you're not a developer? You don't have to set it up. As the image you posted says, name-docarray is the name of the run. If you leave it empty a random name will be generated which will work just fine.

If you do want to specify it, you can do so in your settings.yml by setting name_docarray.

Likewise doing it in code will work: da = create(name_docarray='name')

OverStruck avatar Aug 10 '22 17:08 OverStruck

我想你不是开发者? 您不必_设置_它。正如您发布的图片所说,name-docarray是运行的名称。如果您将其留空,则会生成一个随机名称,该名称可以正常工作。

如果你确实想指定它,你可以在你settings.yml的设置中这样做name_docarray

同样在代码中这样做也可以: da = create(name_docarray='name')

Thank you very much.

SearchingForSea avatar Aug 15 '22 05:08 SearchingForSea