promptflow.rag.constants 模块#

class promptflow.rag.constants.IndexInputType#

基础类: object

索引输入数据类型值的枚举。

AOAI = 'aoai'#

Azure OpenAI 输入数据类型。

GIT = 'git'#
LOCAL = 'local'#
class promptflow.rag.constants.IndexType#

基础类: object

索引类型的值枚举。

ACS = 'acs'#
FAISS = 'faiss'#