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'