From 06ab7c872ca5d063469b81d520d7986d69235512 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 26 May 2024 22:46:23 +0200 Subject: [PATCH] Updates to the configs --- docs/api_reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index 8d86d9188..4306d5111 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -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.