
CreateAI Builder: File Upload Handling & Privacy for Project Owners
Whether you’re creating internal tools, team-facing bots, or department resources, this guide will help clarify what happens to uploaded content and how to manage it responsibly.
Uploading to the Knowledge Base
When you upload documents (PDFs, Word docs, etc.) to the Knowledge Base:
- The files are stored securely and are tied only to your specific project.
- Other users can access the content only if they have access to your bot.
- You can add, remove, or replace files anytime.
Uploading through Chat Interface
If someone uses your bot and uploads a file during a live session:
- The file is only used during that session.
- It is not saved in the Knowledge Base or available after the session ends.
- The system does not store or reuse the file once the session ends.
Privacy & Compliance Notes
As a builder, you’re responsible for ensuring any files you upload meet ASU’s security and ethical use standards.
- Follow ASU Digital Trust Guidelines
- Avoid uploading sensitive personal data unless required and approved
- Be aware of copyright restrictions when using external or third-party content
Best Practices for Builders
- Use descriptive file names to keep your Knowledge Base organized
- Remove outdated content regularly
- Communicate upload behavior clearly to end users (e.g., via instructions or interface tips)
- For bots used in public or shared settings, avoid uploading any content that may raise compliance or FERPA concerns.
Need help?
Contact the AI Acceleration team or visit our CreateAI Documentation.
Keep Reading
Breakdown of RAG Model Parameters, Settings and Their Impact
Retrieval-Augmented Generation (RAG) is an advanced approach in natural language processing that integrates information retrieval and generative language modeling. Unlike traditional language models that generate responses solely based on their pre-trained knowledge, RAG combines retrieval mechanisms with generative models to enhance the relevance and accuracy of its responses. This hybrid framework works by first retrieving relevant documents or information from a predefined knowledge base (e.g., databases, documents, or PDFs) and then using a generative model (such as a transformer-based model) to synthesize a response that incorporates the retrieved context.