[Feature] Add support for running huggingface models locally (#1287)

This commit is contained in:
Deshraj Yadav
2024-02-27 15:05:17 -08:00
committed by GitHub
parent 752f638cfc
commit 56bf33ab7f
5 changed files with 95 additions and 46 deletions

View File

@@ -425,6 +425,7 @@ def validate_config(config_data):
Optional("api_key"): str,
Optional("endpoint"): str,
Optional("model_kwargs"): dict,
Optional("local"): bool,
},
},
Optional("vectordb"): {