promptflow.rag.constants Modul#

class promptflow.rag.constants.IndexInputType#

Basiert auf: object

Eine Aufzählung von Werten für die Eingabe-Datentypen für einen Index.

AOAI = 'aoai'#

Azure OpenAI Eingabe-Datentyp.

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

Basiert auf: object

Eine Aufzählung von Werten für die Typen eines Index.

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