Add utils

This commit is contained in:
Anibal Angulo
2026-02-24 16:32:25 +00:00
parent ba7581055c
commit 39ebb60428
3 changed files with 173 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ class Settings(BaseSettings):
@property
def index_data(self) -> str:
return self.index_destination + self.index_name
return f"{self.index_destination}/{self.index_name}"
@property
def index_contents_dir(self) -> str: