mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-04-29 20:20:09 +00:00
14 lines
No EOL
448 B
Text
14 lines
No EOL
448 B
Text
---
|
|
title: "Processing Status"
|
|
description: "Learn about the stages of content processing"
|
|
---
|
|
|
|
After adding content, you can check its processing status:
|
|
|
|
1. `queued`: Content is queued for processing
|
|
2. `extracting`: Extracting content from source
|
|
3. `chunking`: Splitting content into semantic chunks
|
|
4. `embedding`: Generating vector embeddings
|
|
5. `indexing`: Adding to search index
|
|
6. `done`: Processing complete
|
|
7. `failed`: Processing failed |