This commit is contained in:
2026-04-30 03:25:31 +03:30
parent e2c70ec8b6
commit f704e1188c
17 changed files with 1950 additions and 1 deletions
+9
View File
@@ -58,3 +58,12 @@ class IrrigationConfig(AppConfig):
def get_water_stress_service(self):
return self.water_stress_service
@cached_property
def free_text_plan_parser_service(self):
from rag.services.irrigation_plan_parser import IrrigationPlanParserService
return IrrigationPlanParserService()
def get_free_text_plan_parser_service(self):
return self.free_text_plan_parser_service