Dataherald / dataherald

Interact with your SQL database, Natural Language to SQL using LLMs
https://dataherald.readthedocs.io/en/latest/
Apache License 2.0
3.33k stars 234 forks source link

Added new environment variable for taking the embedding model in engine. #516

Closed ashvin-a closed 3 months ago

ashvin-a commented 3 months ago

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"