Add support for Hugging Face Inference Endpoint as LLM (#1143)
This commit is contained in:
@@ -415,6 +415,7 @@ def validate_config(config_data):
|
||||
Optional("where"): dict,
|
||||
Optional("query_type"): str,
|
||||
Optional("api_key"): str,
|
||||
Optional("endpoint"): str,
|
||||
},
|
||||
},
|
||||
Optional("vectordb"): {
|
||||
|
||||
Reference in New Issue
Block a user