Dontopedia

on_document_update

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)

on_document_update has 19 facts recorded in Dontopedia across 2 references, with 4 live disagreements.

19 facts·14 predicates·2 sources·4 in dispute

Mostly:rdf:type(2), extracts field(2), performs action(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (4)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

consistsOfConsists of(1)

containsFunctionContains Function(1)

describesDescribes(1)

maintainedByMaintained by(1)

Other facts (18)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

18 facts
PredicateValueRef
Rdf:typeCallback Function[1]
Rdf:typeCallback Function[2]
Extracts Field_id[2]
Extracts Fieldvector[2]
Performs Actiondelete[2]
Performs Actioninsert[2]
Has Side Effectvector-update[2]
Has Side Effectvector-insert[2]
Purposehandle document updates[1]
Parameterevent[1]
Triggered byData in Mongodb[1]
SynchronizesData in Milvus[1]
EnablesSynchronization[1]
Function Nameon_document_update[2]
Has Parameterevent[2]
Registered WithMonitoring[2]
Triggers ondocument-update-event[2]
Accessesevent.document[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
ex:CallbackFunction
namebeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
on_document_update
purposebeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
handle document updates
parameterbeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
event
triggeredBybeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
ex:data-in-mongodb
synchronizesbeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
ex:data-in-milvus
enablesbeam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
ex:synchronization
typebeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
ex:CallbackFunction
functionNamebeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
on_document_update
hasParameterbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
event
extractsFieldbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
_id
extractsFieldbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
vector
performsActionbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
delete
performsActionbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
insert
registeredWithbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
ex:monitoring
triggersOnbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
document-update-event
hasSideEffectbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
vector-update
hasSideEffectbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
vector-insert
accessesbeam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
event.document

References (2)

2 references
  1. ctx:claims/beam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/eedd69ea-628c-47ec-a0dd-4f8d515c0c1d
      Show excerpt
      # Connect to MongoDB client = MongoClient('mongodb://localhost:27017/') db = client['rag_db'] document_collection = db['documents'] # Connect to Milvus connections.connect("default", host="localhost", port="19530") # Define schema for Mil
  2. ctx:claims/beam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c
      Show excerpt
      vector_collection = Collection("rag_vectors", schema) # Insert documents into MongoDB documents = df.to_dict(orient='records') document_collection.insert_many(documents) # Insert vectors into Milvus vectors = df[['id', 'vector']].values.t

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.