promptflow.rag.constants module#

class promptflow.rag.constants.IndexInputType#

Bases: object

An enumeration of values for the types of input data for an index.

AOAI = 'aoai'#

Azure OpenAI input data type.

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

Bases: object

An enumeration of values for the types of an index.

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