Document Analysis (beta)

Requires v1.17.0 and later

BoltAI allows you to attach a document to the chat and let you ask a LLM about it. Think of it as "Chat with PDF", "Chat with CSV"... kind of application.

How to use the Document Analysis in BoltAI?

It's straightforward: add the documents to your chat, then start asking questions. There are multiple ways you can add a file to the chat:

  1. Drag and drop files to the chat, or

  2. Copy the file and paste into the chat input or

  3. Open these files with BoltAI in Finder

How to manage the Chat Context?

By default, all attached documents are included in the System Instruction. You can exclude, or delete a document from the chat easily.

Note: Tokens are estimated using the GPT-4 tokenizer can might be inaccurate.

FAQ

  1. Does BoltAI support Retrieval Augmented Generation (RAG)? Not yet. The current implementation adds the document's full content to the System Instruction so make sure you're using a LLM with a large enough context window. RAG is coming soon. For more advanced use cases, consider using PDF Pals instead.

  2. What document types are supported? Text files (txt, markdown, csv...), PDF, docx, xlsx.

  3. Can you add support for <insert_file_type>? Please create a feature request on our Canny Board.

Last updated