Configuration

January 2, 2025 ยท View on GitHub

API Configuration

KeyDefault ValueDetail
OpenAiKeyYour Azure OpenAI Key.
You can get the OpenAI Key from Azure Portal for your deployed OpenAI service.
OpenAiEndPointFully qualified endpoint for Azure OpenAI
(https://.openai.azure.com/)
OpenAiVersion2023-05-15API Version of the Azure OpenAI
OpenAiEmbeddingtext-embedding-ada-002Deployment name of
text-embedding-ada-002 model in Azure OpenAI
MaxTokens500Maximum Tokens
Temperature0.3Temperature
OpenAiChatchatDeployment name of gpt-35-turbo model in
Azure OpenAI
PineconeKeykeyPinecone Key
PineconeEnvenvPinecone Environment
VsIndexNameoaiembedPinecone Index name
RedisPasswordPasswordRedis Password
RedisAddresslocalhostRedis URI
RedisPort6379Redis Port
OpenAiDocStorNameDocument Storage account name
OpenAiDocStorKeyDocument Storage Key
OpenAiDocContainerchatpdfDocument storage container name
SearchServiceAzure Cognitive Search service name
SecDocContainersecdocDocument Storage container to
store SEC documents
SynapseNameName of the SQL for SQL NLP (Azure SQL, Synapse)
SynapsePoolDatabase or SQL Pool Name
SynapseUserSQL User name
SynapsePasswordSQL Password
UploadPasswordPassword required for upload functionality.
AdminPasswordPassword required for Admin capabilities.
DOCGENERATOR_URLOptional SettingsRequired only if you are planning to use the AWS Integration.
PROMPTSDefault Prompts for Speech Analytics Use-case.
26 Keys with different prompt.

Application Configuration

KeyDefault ValueDetail
AGENTQA_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/AgentQa?code=)
BLOB_CONTAINER_NAMEBlob container name where all PDF are uploaded
CHAT_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/ChatGpt?code=)
DOCGENERATOR_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/DocGenerator?code=)
INDEXMANAGEMENT_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/IndexManagement?code=)
QA_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/QuestionAnswering?code=)
SPEECH_KEYSpeech Service Key
SPEECH_REGIONRegion where speech service is deployed
(i.e. eastus, southcentralus)
SQLCHAIN_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/SqlChain?code=)
SQLCHAT_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/SqlChat?code=)
SUMMARIZER_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/Summarizer?code=)
TASKAGENTQA_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/TaskAgentQa?code=)
TEXTANALYTICS_KEYText Analytics(Language) Service Key
TEXTANALYTICS_REGIONRegion where Text Analytics(Language) is deployed
(i.e. eastus, southcentralus)
VERIFYPASS_URLAzure Function URL with host/default key
(https://.azurewebsites.net/api/VerifyPassword?code=)