Add utils
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user