Senso
Sign inSign up

What happens if I ingest the same document twice?

Ingesting text identical to something already in the knowledge base does not create a duplicate. Find the existing document by name and update it instead.

This makes re-running an ingestion script safe.

Call it

POST/org/kb/rawOpen in API reference →Identical text returns the existing content.
GET/org/kb/findOpen in API reference →Check before you write.