Updates to the configs

This commit is contained in:
Vasilije 2024-05-26 22:46:23 +02:00
parent 7a28bc876f
commit 06ab7c872c

View file

@ -3,7 +3,8 @@
## Overview
The Cognee API has
The Cognee API has:
1. via Python library
2. FastAPI server
@ -13,10 +14,9 @@ The Cognee API has
# Module: cognee.config
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
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.