Updates to the configs
This commit is contained in:
parent
7a28bc876f
commit
06ab7c872c
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
||||||
The Cognee API has
|
The Cognee API has:
|
||||||
|
|
||||||
1. via Python library
|
1. via Python library
|
||||||
2. FastAPI server
|
2. FastAPI server
|
||||||
|
|
||||||
|
|
@ -13,10 +14,9 @@ The Cognee API has
|
||||||
# Module: cognee.config
|
# Module: cognee.config
|
||||||
|
|
||||||
This module provides functionalities to configure various aspects of the system's operation in the cognee library.
|
This module provides functionalities to configure various aspects of the system's operation in the cognee library.
|
||||||
It interfaces with the cognee.infrastructure.infrastructure_config module to set configurations for system directories, machine learning models, and other components essential for system performance.
|
It interfaces with a set of Pydantic settings singleton classes to manage the system's configuration.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The config class in this module offers a series of static methods to configure the system's directories, various machine learning models, and other parameters.
|
The config class in this module offers a series of static methods to configure the system's directories, various machine learning models, and other parameters.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue