Dontopedia

Query Vectors

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

Query Vectors has 22 facts recorded in Dontopedia across 5 references, with 5 live disagreements.

22 facts·16 predicates·5 sources·5 in dispute

Mostly:rdf:type(3), used by(2), dtype(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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.

generatesGenerates(2)

createsCreates(1)

describesDescribes(1)

hasEntityHas Entity(1)

processesInBatchesProcesses in Batches(1)

requiresRequires(1)

Other facts (22)

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.

22 facts
PredicateValueRef
Rdf:typeVector Collection[2]
Rdf:typeNumpy Array[3]
Rdf:typeArray[4]
Used byWeaviate[2]
Used byFaiss[2]
Dtypefloat32[3]
Dtypenp.float32[4]
Dimension2[4]
Dimension3[4]
Contains[1, 2, 3][4]
Contains[4, 5, 6][4]
Generated Oncetrue[1]
Shared BetweenWeaviate and Faiss Search[1]
Has Count1000[2]
Generated bySearch Operation[2]
Has Exact Count1000[2]
Is Part of1000 Query Vectors[2]
Shape10000x128[3]
Overlaps WithExample Vectors[4]
Used forsearch[4]
Vector Count2[4]
Is Required bySearch Operation[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.

generatedOncebeam/9d96f8cb-54e9-48bd-a699-50a1796601b9
true
sharedBetweenbeam/9d96f8cb-54e9-48bd-a699-50a1796601b9
ex:weaviate-and-faiss-search
typebeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:VectorCollection
hasCountbeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
1000
generatedBybeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:search-operation
hasExactCountbeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:1000
usedBybeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:weaviate
usedBybeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:faiss
isPartOfbeam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
ex:1000-query-vectors
typebeam/5a92a7f8-dbf8-4e2c-bec0-f0a72a9230c9
ex:NumpyArray
dtypebeam/5a92a7f8-dbf8-4e2c-bec0-f0a72a9230c9
float32
shapebeam/5a92a7f8-dbf8-4e2c-bec0-f0a72a9230c9
10000x128
typebeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
ex:Array
dimensionbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
2
dtypebeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
np.float32
containsbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
[1, 2, 3]
containsbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
[4, 5, 6]
overlapsWithbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
ex:example-vectors
usedForbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
search
vectorCountbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
2
dimensionbeam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
3
isRequiredBybeam/9170f193-72c4-43d3-9c09-87f869d91b8b
ex:search-operation

References (5)

5 references
  1. ctx:claims/beam/9d96f8cb-54e9-48bd-a699-50a1796601b9
  2. ctx:claims/beam/7a9ac19a-33f6-4bf6-abb1-90a9206a55a1
  3. ctx:claims/beam/5a92a7f8-dbf8-4e2c-bec0-f0a72a9230c9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5a92a7f8-dbf8-4e2c-bec0-f0a72a9230c9
      Show excerpt
      from concurrent.futures import ThreadPoolExecutor # Create a FAISS index d = 128 # dimension index = faiss.IndexFlatL2(d) # Add vectors to the index vectors = np.random.rand(10000, d).astype('float32') index.add(vectors) # Function to p
  4. ctx:claims/beam/3aa97b5d-2401-4a53-a5d0-4cd1d9b8e042
  5. ctx:claims/beam/9170f193-72c4-43d3-9c09-87f869d91b8b
    • full textbeam-chunk
      text/plain1 KBdoc:beam/9170f193-72c4-43d3-9c09-87f869d91b8b
      Show excerpt
      index.nprobe = nprobe return index # Example usage: vectors = np.random.rand(10000, 128).astype(np.float32) index = create_ivfpq_index(vectors, nlist=200, m=8, nprobe=15) print(index.ntotal) # Test the index query_vectors = np.ran

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.