[4, 5, 6]
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
[4, 5, 6] has 16 facts recorded in Dontopedia across 4 references, with 3 live disagreements.
Mostly:has value(5), rdf:type(3), has element at(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
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.
addsVectorAdds Vector(1)
- Example Usage
ex:exampleUsage
appliesToApplies to(1)
- Dimensionality
ex:dimensionality
hasElementHas Element(1)
- Vectors
ex:vectors
Other facts (15)
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.
| Predicate | Value | Ref |
|---|---|---|
| Has Value | [4.0, 5.0, 6.0] | [1] |
| Has Value | [4,5,6] | [2] |
| Has Value | 4 | [4] |
| Has Value | 5 | [4] |
| Has Value | 6 | [4] |
| Rdf:type | Vector | [1] |
| Rdf:type | Vector | [3] |
| Rdf:type | Vector | [4] |
| Has Element at | Index 0 | [4] |
| Has Element at | Index 1 | [4] |
| Has Element at | Index 2 | [4] |
| Has Dimension | 3 | [1] |
| Has Dimension | 3 | [4] |
| Inverse Contains | Vectors | [4] |
| Has Index | 1 | [4] |
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.
References (4)
ctx:claims/beam/68521a31-659b-4aec-9953-6296ab6ed197ctx:claims/beam/fb5e8807-4540-4cc2-8f4a-fdeccb563fb1- full textbeam-chunktext/plain1 KB
doc:beam/fb5e8807-4540-4cc2-8f4a-fdeccb563fb1Show excerpt
[Turn 2510] User: I'm trying to design a hybrid retrieval setup to support 5,000 concurrent queries with 99.85% uptime, and I'm considering Weaviate 1.19.0 for its 200ms search latency on 1 million vectors. I want to ensure that our system …
ctx:claims/beam/4535d44f-1056-49f7-96af-c2dc8742c822- full textbeam-chunktext/plain1 KB
doc:beam/4535d44f-1056-49f7-96af-c2dc8742c822Show excerpt
node.vector = vector def get_vectors(self): vectors = [] def traverse(node): if node.vector is not None: vectors.append(node.vector) for child in node.children.values(): …
ctx:claims/beam/6665cccb-1b90-4f25-94a0-43fe19e150f6- full textbeam-chunktext/plain1 KB
doc:beam/6665cccb-1b90-4f25-94a0-43fe19e150f6Show excerpt
client.create_collection(collection_name, dimension=128) # Insert some vectors vectors = [[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]] client.insert(collection_name, vectors) ``` However, I'm getting an error when trying to insert the vectors. The er…
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.