Skip to content

Resync Chromadb

POST
/api/creative/lore/resync/chromadb

Rebuild the ChromaDB vector index from lore_entries.

Recovery tool for cases where the vector store was corrupted, the embedding model changed, or the dual-write protocol left entries in index_status='failed'. Re-upserts every project row into the lore collection and flips index_status back to ‘indexed’ on success.

Successful Response

LoreResyncResponse

Response for FTS5 / ChromaDB / pending-entry resync endpoints.

object
target
required
Target

Which index was rebuilt

string
Allowed values: fts5 chromadb chromadb_pending
indexed
required
Indexed

Number of entries re-indexed

integer