You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 satır
205B

  1. namespace Services
  2. {
  3. public class ParametresRAGService
  4. {
  5. public string RAG_Path_ToVectoralize { get; set; } = "";
  6. public string RAG_Path_Vectoralized { get; set; } = "";
  7. }
  8. }