Skip to content

Commit

Permalink
Merge pull request #510 from solliancenet/cp-resource-provider-deploy…
Browse files Browse the repository at this point in the history
…-artifacts

Adding resource-provider deploy artifacts
  • Loading branch information
ciprianjichici authored Jan 29, 2024
2 parents 419f361 + c5fa007 commit ae33560
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "internal-context",
"type": "knowledge-management",
"description": "Session-less agent that issues the user prompt directly to the language model.",
"language_model": {
"type": "openai",
"provider": "microsoft",
"temperature": 0,
"use_chat": true,
"api_endpoint": "FoundationaLLM:AzureOpenAI:API:Endpoint",
"api_key": "FoundationaLLM:AzureOpenAI:API:Key",
"api_version": "FoundationaLLM:AzureOpenAI:API:Version",
"version": "FoundationaLLM:AzureOpenAI:API:Completions:ModelVersion",
"deployment": "FoundationaLLM:AzureOpenAI:API:Completions:DeploymentName"
},
"sessions_enabled": false,
"conversation_history": {
"enabled": false
},
"gatekeeper": {
"use_system_setting": true
},
"orchestrator": "LangChain"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ContentSourceProfiles": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"IndexingProfiles": [
{
"Name": "AzureAISearch_Default_001",
"Description": "Azure AI Search index for vectorization.",
"Indexer": "AzureAISearchIndexer",
"Settings": {
"IndexName": "fllm-default-001"
},
"ConfigurationReferences": {
"APIKey": "FoundationaLLM:Vectorization:AzureAISearchIndexingService:APIKey",
"AuthenticationType": "FoundationaLLM:Vectorization:AzureAISearchIndexingService:AuthenticationType",
"Endpoint": "FoundationaLLM:Vectorization:AzureAISearchIndexingService:Endpoint"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"TextEmbeddingProfiles": [
{
"Name": "AzureOpenAI_Embedding",
"TextEmbedding": "SemanticKernelTextEmbedding",
"Settings": {
},
"ConfigurationReferences": {
"APIKey": "FoundationaLLM:Vectorization:SemanticKernelTextEmbeddingService:APIKey",
"AuthenticationType": "FoundationaLLM:Vectorization:SemanticKernelTextEmbeddingService:AuthenticationType",
"DeploymentName": "FoundationaLLM:Vectorization:SemanticKernelTextEmbeddingService:DeploymentName",
"Endpoint": "FoundationaLLM:Vectorization:SemanticKernelTextEmbeddingService:Endpoint"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"TextPartitioningProfiles": [
{
"Name": "DefaultTokenTextPartition",
"TextSplitter": "TokenTextSplitter",
"Settings": {
"Tokenizer": "MicrosoftBPETokenizer",
"TokenizerEncoder": "cl100k_base",
"ChunkSizeTokens": "2000",
"OverlapSizeTokens": "200"
}
}
]
}

0 comments on commit ae33560

Please sign in to comment.