You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-ingestion.mdx
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,29 @@ Add the `contextual` field to your `docs.json` and specify which options you wan
53
53
}
54
54
```
55
55
56
+
## PDF Reference Documents
57
+
58
+
Upload PDF documents to enhance your AI Assistant's knowledge base with custom reference materials. This feature allows your AI to provide more accurate and contextually relevant responses by referencing your specific documentation and procedures.
59
+
60
+
### Benefits of PDF References
61
+
62
+
-**Enhanced Accuracy**: AI responses become more precise with access to your specific documentation
63
+
-**Custom Knowledge**: Include internal procedures, style guides, and technical specifications
64
+
-**Contextual Responses**: AI can reference relevant sections from your uploaded documents
65
+
-**Improved Productivity**: Reduce time spent searching for information across multiple sources
66
+
67
+
### Supported Document Types
68
+
69
+
Upload various types of reference materials to improve AI Assistant performance:
70
+
71
+
- Internal documentation and procedures
72
+
- Technical specifications and standards
73
+
- Style guides and writing standards
74
+
- Product documentation and user manuals
75
+
- API documentation and code examples
76
+
77
+
For detailed information on uploading and managing PDF reference documents, see our [Dashboard Settings documentation](/advanced/dashboard/settings).
78
+
56
79
## /llms.txt
57
80
58
81
The [/llms.txt file](https://llmstxt.org) is an industry standard that helps general-purpose LLMs index more efficiently, similar to how a sitemap helps search engines.
@@ -81,4 +104,4 @@ Add a `.md` to a page's URL to display a Markdown version of that page.
81
104
82
105
### Command \+ C shortcut
83
106
84
-
Select Command \+ C (Ctrl \+ C on Windows) to copy any page as Markdown.
107
+
Select Command \+ C (Ctrl \+ C on Windows) to copy any page as Markdown.
0 commit comments