Configuration
January 2, 2025 ยท View on GitHub
API Configuration
| 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:// | |
| 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 | |
| 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. |
Application Configuration
| Key | Default Value | Detail |
|---|---|---|
| AGENTQA_URL | Azure Function URL with host/default key (https:// | |
| BLOB_CONTAINER_NAME | Blob container name where all PDF are uploaded | |
| CHAT_URL | Azure Function URL with host/default key (https:// | |
| DOCGENERATOR_URL | Azure Function URL with host/default key (https:// | |
| INDEXMANAGEMENT_URL | Azure Function URL with host/default key (https:// | |
| QA_URL | Azure Function URL with host/default key (https:// | |
| 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:// | |
| SQLCHAT_URL | Azure Function URL with host/default key (https:// | |
| SUMMARIZER_URL | Azure Function URL with host/default key (https:// | |
| TASKAGENTQA_URL | Azure Function URL with host/default key (https:// | |
| 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:// |