From 3069870a12c58b6e0cf2a1e341eea95a22b9d06b Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 2 Sep 2025 11:27:59 +0200 Subject: [PATCH] chore: Remove docstring regarding relative path --- cognee/infrastructure/databases/vector/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/databases/vector/config.py b/cognee/infrastructure/databases/vector/config.py index 7a20130bd..f8fad473e 100644 --- a/cognee/infrastructure/databases/vector/config.py +++ b/cognee/infrastructure/databases/vector/config.py @@ -16,7 +16,7 @@ class VectorConfig(BaseSettings): - to_dict: Convert the configuration to a dictionary. Instance variables: - - vector_db_url: The URL of the vector database. Can be relative to system_root_directory. + - vector_db_url: The URL of the vector database. - vector_db_port: The port for the vector database. - vector_db_key: The key for accessing the vector database. - vector_db_provider: The provider for the vector database.