Key | Default Value | Detail |
---|---|---|
OpenAiKey | Your Azure OpenAI Key. You can get the OpenAI Key from Azure Portal for your deployed OpenAI service. |
|
OpenAiEndPoint | Fully qualified endpoint for Azure OpenAI (https://.openai.azure.com/) |
|
OpenAiVersion | 2023-05-15 | API Version of the Azure OpenAI |
OpenAiEmbedding | text-embedding-ada-002 | Deployment name of text-embedding-ada-002 model in Azure OpenAI |
MaxTokens | 500 | Maximum Tokens |
Temperature | 0.3 | Temperature |
OpenAiChat | chat | Deployment name of gpt-35-turbo model in Azure OpenAI |
PineconeKey | key | Pinecone Key |
PineconeEnv | env | Pinecone Environment |
VsIndexName | oaiembed | Pinecone Index name |
RedisPassword | Password | Redis Password |
RedisAddress | localhost | Redis URI |
RedisPort | 6379 | Redis Port |
OpenAiDocStorName | Document Storage account name | |
OpenAiDocStorKey | Document Storage Key | |
OpenAiDocContainer | chatpdf | Document storage container name |
SearchService | Azure Cognitive Search service name | |
SearchKey | Azure Cognitive Search service Admin Key | |
SecDocContainer | secdoc | Document Storage container to store SEC documents |
SynapseName | Name of the SQL for SQL NLP (Azure SQL, Synapse) | |
SynapsePool | Database or SQL Pool Name | |
SynapseUser | SQL User name | |
SynapsePassword | SQL Password | |
UploadPassword | Password required for upload functionality. | |
AdminPassword | Password required for Admin capabilities. | |
DOCGENERATOR_URL | Optional Settings | Required only if you are planning to use the AWS Integration. |
PROMPTS | Default Prompts for Speech Analytics Use-case. 26 Keys with different prompt. |
Key | Default Value | Detail |
---|---|---|
AGENTQA_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/AgentQa?code=) |
|
BLOB_CONNECTION_STRING | Blob Connection string for the storage account | |
BLOB_CONTAINER_NAME | Blob container name where all PDF are uploaded | |
CHAT_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/ChatGpt?code=) |
|
DOCGENERATOR_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/DocGenerator?code=) |
|
INDEXMANAGEMENT_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/IndexManagement?code=) |
|
QA_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/QuestionAnswering?code=) |
|
SPEECH_KEY | Speech Service Key | |
SPEECH_REGION | Region where speech service is deployed (i.e. eastus, southcentralus) |
|
SQLCHAIN_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/SqlChain?code=) |
|
SQLCHAT_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/SqlChat?code=) |
|
SUMMARIZER_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/Summarizer?code=) |
|
TASKAGENTQA_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/TaskAgentQa?code=) |
|
TEXTANALYTICS_KEY | Text Analytics(Language) Service Key | |
TEXTANALYTICS_REGION | Region where Text Analytics(Language) is deployed (i.e. eastus, southcentralus) |
|
VERIFYPASS_URL | Azure Function URL with host/default key (https://.azurewebsites.net/api/VerifyPassword?code=) |