changed config path
This commit is contained in:
parent
8bf5631e9b
commit
2cc9dd4d84
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class ConfigManager:
|
||||||
Args:
|
Args:
|
||||||
config_file: Path to configuration file. Defaults to 'config.yaml' in project root.
|
config_file: Path to configuration file. Defaults to 'config.yaml' in project root.
|
||||||
"""
|
"""
|
||||||
self.config_file = Path(config_file) if config_file else Path("config.yaml")
|
self.config_file = Path(config_file) if config_file else Path("config/config.yaml")
|
||||||
self._config: Optional[OpenRAGConfig] = None
|
self._config: Optional[OpenRAGConfig] = None
|
||||||
|
|
||||||
def load_config(self) -> OpenRAGConfig:
|
def load_config(self) -> OpenRAGConfig:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue