You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Only used if you are using an LLM that does not natively support embedding (openai or Azure)
39
+
# EMBEDDING_ENGINE='openai'
40
+
# OPEN_AI_KEY=sk-xxxx
41
+
# EMBEDDING_MODEL_PREF='text-embedding-ada-002'
42
+
43
+
# EMBEDDING_ENGINE='azure'
44
+
# AZURE_OPENAI_ENDPOINT=
45
+
# AZURE_OPENAI_KEY=
46
+
# EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
0 commit comments