namespace Services { public class ParametresRAGService { public string RAG_Path_ToVectoralize { get; set; } = ""; public string RAG_Path_Vectoralized { get; set; } = ""; } }