Construction Phase
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
Construction Phase has 13 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:rdf:type(4), uses(2), compared to(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (7)
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.
hasPhaseHas Phase(3)
- Hnsw
ex:hnsw - Hnsw Index
ex:hnsw-index - Ivfpq Index
ex:ivfpq-index
phasePhase(3)
- Ef Construction Parameter
ex:efConstruction-parameter - Index Hnsw
ex:index-hnsw - M Parameter
ex:M-parameter
controlsPhaseControls Phase(1)
- Ef Construction
ex:efConstruction
Other facts (13)
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 |
|---|---|---|
| Rdf:type | Index Phase | [1] |
| Rdf:type | Algorithmic Phase | [2] |
| Rdf:type | Index Phase | [3] |
| Rdf:type | Index Building Phase | [4] |
| Uses | M Parameter | [1] |
| Uses | Ef Construction Parameter | [1] |
| Compared to | Ivfpq | [2] |
| Has Property | Slower Than Ivfpq | [2] |
| Is Slower for | Hnsw | [2] |
| Is Part of | Hnsw | [2] |
| Precedes | Search Phase | [3] |
| Requires | Training Data | [3] |
| Has Parameter | Ef Construction | [3] |
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/42a434b2-95aa-4616-a1af-a5af03a4baf6- full textbeam-chunktext/plain1 KB
doc:beam/42a434b2-95aa-4616-a1af-a5af03a4baf6Show excerpt
Here's an example using the `IndexHNSW` index, which is more scalable and efficient for large datasets: ```python import numpy as np import faiss # Assuming I have a dataset of vectors vectors = np.random.rand(1000, 128).astype('float32')…
ctx:claims/beam/a4f328d2-64d4-4628-9ccd-e5fcf0511f60- full textbeam-chunktext/plain1 KB
doc:beam/a4f328d2-64d4-4628-9ccd-e5fcf0511f60Show excerpt
[Turn 1968] User: hmm, which indexing method would you say is more suitable for real-time search applications? [Turn 1969] Assistant: For real-time search applications, the choice of indexing method in FAISS depends on the specific require…
ctx:claims/beam/8e356af0-5214-4a1f-8615-f270ae5ec1c9- full textbeam-chunktext/plain1 KB
doc:beam/8e356af0-5214-4a1f-8615-f270ae5ec1c9Show excerpt
- `efConstruction` and `efSearch` parameters control the construction and search phases, respectively. 2. **IVFPQ Index**: - `IndexIVFPQ`: Creates an IVFPQ index with a specified number of clusters (`nlist`), subquantizers (`m`), and…
ctx:claims/beam/df24a991-d039-4192-a12c-a5c3848a597a- full textbeam-chunktext/plain1 KB
doc:beam/df24a991-d039-4192-a12c-a5c3848a597aShow excerpt
By following these steps, you can leverage FAISS to efficiently handle large-scale similarity searches, reducing memory usage and improving search times. [Turn 4870] User: I'm trying to integrate Annoy 1.17.3 for similarity search in my pr…
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.