Add yaml config validation (#890)

This commit is contained in:
Sidharth Mohanty
2023-11-05 10:53:55 +05:30
committed by GitHub
parent 5428765329
commit 830a7397ef
7 changed files with 206 additions and 19 deletions

View File

@@ -23,4 +23,4 @@ embedder:
provider: openai
config:
model: 'text-embedding-ada-002'
deployment_name: null
deployment_name: 'test-deployment'

View File

@@ -23,4 +23,4 @@ vectordb:
embedder:
provider: gpt4all
config:
deployment_name: null
deployment_name: 'test-deployment'