Added a new environment variable in .env.example file of engine named "EMBEDDING_MODEL" for including the name for embedding model used. If you are using OpenAI, you may enter the value as:
"EMBEDDING_MODEL"="text-embedding-3-large"
or you may comment the variable. If you are using Azure, you may add the name of your text embedding model to this environment variable.
Added a new environment variable in .env.example file of engine named "EMBEDDING_MODEL" for including the name for embedding model used. If you are using OpenAI, you may enter the value as:
"EMBEDDING_MODEL"="text-embedding-3-large"
or you may comment the variable. If you are using Azure, you may add the name of your text embedding model to this environment variable.
"EMBEDDING_MODEL"="your_embedding_model"