Documents
Website Knowledge
This knowledge can be used in the Knowledge Step in the AI Agent builder
Adding Documents to EasyBeam
The Add Document feature in EasyBeam allows you to upload files such as PDFs, Word documents, and text files to enrich your AI agentβs knowledge. The system processes these documents using different encoding strategies to optimize retrieval.
Uploading a Document
To add a document:
Open the Knowledge page (the book on the left nav).
Open the Add Document modal.
Click on the upload area to select a file or drag and drop a document.
Choose an Encoding Strategy to define how the document is processed.
Click Upload Document to submit.
Supported File Formats
EasyBeam supports the following document formats:
Text-based files:
.txt
,.md
Microsoft Word:
.docx
PDFs:
.pdf
Code files:
.js
,.jsx
,.ts
,.tsx
,.py
,.java
,.cpp
,.c
,.cs
,.rb
,.php
,.go
,.rs
,.swift
,.kt
,.scala
Encoding Strategies
The document will be chunked and stored based on the selected encoding strategy:
Precise
256
64
Technical documentation, code
Balanced
512
128
General content like articles and blogs
Context-Heavy
1024
256
Long-form narrative content, complex explanations
Each strategy balances chunk size and overlap to ensure accurate AI retrieval.
Submitting the Document
After selecting your file and encoding strategy:
Review your selections.
Click Upload Document to submit.
If successful, the modal will close, and the document will be added to your knowledge base.
If an error occurs, a message will be displayed.
Last updated