Dontopedia

num_documents

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

num_documents has 13 facts recorded in Dontopedia across 6 references, with 2 live disagreements.

13 facts·5 predicates·6 sources·2 in dispute

Mostly:rdf:type(4), has value(3), equals(1)

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.

definesVariableDefines Variable(2)

containsVariableContains Variable(1)

hasSizeHas Size(1)

Other facts (10)

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.

10 facts
PredicateValueRef
Rdf:typeParameter[1]
Rdf:typeVariable[3]
Rdf:typeVariable[4]
Rdf:typeVariable[6]
Has Value200000[1]
Has Value200000[2]
Has Value200000[3]
Equals200000[1]
Assigned Value1000[4]
Is ParameterVariable[5]

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/f4875baf-2de8-4f32-b31f-0e5fd916dd32
ex:Parameter
labelbeam/f4875baf-2de8-4f32-b31f-0e5fd916dd32
Number of documents
hasValuebeam/f4875baf-2de8-4f32-b31f-0e5fd916dd32
200000
equalsbeam/f4875baf-2de8-4f32-b31f-0e5fd916dd32
200000
hasValuebeam/a8f9767f-e515-4c18-876d-5a6237129dbe
200000
typebeam/dec68f27-fa07-4dd3-9e72-4e86e758bea4
ex:Variable
hasValuebeam/dec68f27-fa07-4dd3-9e72-4e86e758bea4
200000
typebeam/f4aef03b-af1f-48d6-9f2c-e041983c87f7
ex:Variable
labelbeam/f4aef03b-af1f-48d6-9f2c-e041983c87f7
num_documents
assignedValuebeam/f4aef03b-af1f-48d6-9f2c-e041983c87f7
1000
isParameterbeam/c12a5314-5117-4beb-a829-e08beb503951
ex:variable
typebeam/b9f71d2d-9dd8-41f5-a372-36155652965d
ex:Variable
labelbeam/b9f71d2d-9dd8-41f5-a372-36155652965d
num_documents

References (6)

6 references
  1. ctx:claims/beam/f4875baf-2de8-4f32-b31f-0e5fd916dd32
  2. ctx:claims/beam/a8f9767f-e515-4c18-876d-5a6237129dbe
    • full textbeam-chunk
      text/plain1 KBdoc:beam/a8f9767f-e515-4c18-876d-5a6237129dbe
      Show excerpt
      query_embedding = np.random.rand(1, 512).astype('float32') # Search the index distances, indices = index.search(query_embedding, k=10) print(distances) print(indices) ``` ->-> 4,22 [Turn 4869] Assistant: Certainly! FAISS is a powerful li
  3. ctx:claims/beam/dec68f27-fa07-4dd3-9e72-4e86e758bea4
    • full textbeam-chunk
      text/plain1 KBdoc:beam/dec68f27-fa07-4dd3-9e72-4e86e758bea4
      Show excerpt
      - We use the `search` method to find the 10 nearest neighbors to the query embedding. The method returns the distances and indices of the nearest neighbors. ### Benefits of FAISS - **Reduced Memory Usage**: FAISS can store large number
  4. ctx:claims/beam/f4aef03b-af1f-48d6-9f2c-e041983c87f7
  5. ctx:claims/beam/c12a5314-5117-4beb-a829-e08beb503951
    • full textbeam-chunk
      text/plain1 KBdoc:beam/c12a5314-5117-4beb-a829-e08beb503951
      Show excerpt
      dense_scores = np.random.rand(num_queries, num_documents) # Test queries test_queries = np.random.rand(num_queries, num_documents) predictions = [] for i in range(num_queries): query = test_queries[i] sparse_scores_i = sparse_scor
  6. ctx:claims/beam/b9f71d2d-9dd8-41f5-a372-36155652965d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b9f71d2d-9dd8-41f5-a372-36155652965d
      Show excerpt
      prediction = rank_documents(query, sparse_scores_i, dense_scores_i) if prediction is not None: predictions.append(prediction) # Evaluate precision true_labels = np.random.randint(0, 2, size=(num_queries, num_documents)) #

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.