ixHello
ixHello Employee
ixHello Employee
  • General
    • About ixHello
    • Features
    • Why GenAI?
  • Getting Started
    • Overview
    • Assistant Library
    • Login to ixHello
    • Language Support in ixHello : Web UI and Conversations
    • Conversation with assistants
    • Chat History
    • Pre-Configured Virtual Assistants
      • SmartHelp
      • SmartData
      • SmartDev
      • SmartContent
      • SmartPlan
      • SmartNotes
  • Assistant Builder
    • How to create an assistant
    • How to Update an Existing Assistant
    • How to Upload Files for Private Assistants
    • Share Assistants
    • Effective Assistant Instructions
      • Example of Instructions
  • Support
    • SolvNow Ticket
  • Integration
    • Integration between ixHello products
  • Resources
    • Introducing MyESG Helper: Your Easy Guide to Concentrix’s Sustainability and ESG Commitments
Powered by GitBook
On this page

Was this helpful?

  1. Assistant Builder

How to Upload Files for Private Assistants

Increase the capabilities and reach of your own assistants

PreviousHow to Update an Existing AssistantNextShare Assistants

Last updated 3 months ago

Was this helpful?

When you create an assistant and set it to private, you gain the ability to upload files in two distinct sections: Code Interpreter and File Search. These files enhance the assistant’s ability to analyze, transform, and search for data when responding to user queries.


Code Interpreter

The Code Interpreter allows you to analyze and transform data directly within the chat. Uploaded files are processed by the assistant to perform operations, computations, or analyses based on their content. For example:

  • If you upload a Python script (.py), the assistant can execute it or analyze its content to solve problems.

Supported File Types: c, cpp, docx, html, java, json, md, pdf, php, pptx, py, rb, tex, txt, css, js, ts, csv, jpeg, jpg, gif, png, tar, xlsx, xml, zip


File Search

The File Search section allows the assistant to use your uploaded files as a knowledge base for answering questions in the chat. These files are indexed, enabling the assistant to retrieve relevant information or data to address your queries.

You can ask the assistant for specific keywords, columns, or data within the files, and it will provide the most relevant results. For example:

  • If you upload a PDF containing technical specifications, you can ask, “What is the voltage specification for the device?” and the assistant will search the document to provide the answer.

Supported File Types: c, cpp, docx, html, java, json, md, pdf, php, pptx, py, rb, tex, txt, css, js, ts

File uploaded to code interpreter
File uploaded to File Search
Tutorial of How to Upload a File