Enum RagType
AI RAG Content types
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum RagType
Fields
| Name | Description |
|---|---|
| Document | 3: Document - Docx/pptx/rtf/txt documents in Markdown format |
| FAQ | 4: FAQ - Knowledge base entries |
| None | 0: None - unknown type |
| Product | 5: Product - product info from pricelists |
| Ticket | 1: Ticket - request messages |
| Webpage | 2: Webpage - one or more web pages |
| Website | 6: Website - crawl linked pages to a given depth |