lol: Forgotten Docs update so unstructured sales teams can relax xD

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-06-03 13:39:11 -07:00
parent 6e656122c8
commit aebe85c190
2 changed files with 18 additions and 2 deletions

View file

@ -67,12 +67,26 @@ To set up Google OAuth:
## File Upload's
Files are converted to LLM friendly formats using [Unstructured](https://github.com/Unstructured-IO/unstructured)
SurfSense supports two ETL (Extract, Transform, Load) services for converting files to LLM-friendly formats:
### Option 1: Unstructured
Files are converted using [Unstructured](https://github.com/Unstructured-IO/unstructured)
1. Get an Unstructured.io API key from [Unstructured Platform](https://platform.unstructured.io/)
2. You should be able to generate API keys once registered
![Unstructured Dashboard](/docs/unstructured.png)
### Option 2: LlamaIndex (LlamaCloud)
Files are converted using [LlamaIndex](https://www.llamaindex.ai/) which offers superior file format support (50+ formats vs 34+ with Unstructured)
1. Get a LlamaIndex API key from [LlamaCloud](https://cloud.llamaindex.ai/)
2. Sign up for a LlamaCloud account to access their parsing services
3. LlamaCloud provides enhanced parsing capabilities for complex documents
**Note**: You only need to set up one of these services. LlamaIndex offers broader file format support, while Unstructured provides a generous free tier.
---
## LLM Observability (Optional)