rag_vectors
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
rag_vectors has 17 facts recorded in Dontopedia across 5 references, with 4 live disagreements.
Mostly:rdf:type(5), operation(2), mentioned in(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (5)
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.
performedOnPerformed on(2)
- Delete Operation
ex:delete-operation - Insert Operation
ex:insert-operation
hasComponentHas Component(1)
- Rag System
ex:rag-system
parameterTypeParameter Type(1)
- Check Shape Function
ex:check-shape-function
usedByUsed by(1)
- Schema
ex:schema
Other facts (14)
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 | Milvus Collection | [1] |
| Rdf:type | Collection | [2] |
| Rdf:type | Collection | [3] |
| Rdf:type | Data Structure | [4] |
| Rdf:type | Data Structure | [5] |
| Operation | insert | [3] |
| Operation | delete | [3] |
| Mentioned in | Step 3 | [5] |
| Mentioned in | Step 8 | [5] |
| Inverse of | Milvus Schema | [1] |
| Has Name | rag_vectors | [2] |
| Has Schema | Schema | [2] |
| P | vector_collection | [3] |
| Contains | Vector Records | [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 (5)
ctx:claims/beam/c39988e0-db33-4984-8c77-56ffcecd919a- full textbeam-chunktext/plain1 KB
doc:beam/c39988e0-db33-4984-8c77-56ffcecd919aShow excerpt
# Vector exists but document does not vector_collection.delete([vec_id]) # Run reconciliation periodically reconcile_data() ``` ### Full Example Script Here is the complete script combining all the steps: ```pyth…
ctx:claims/beam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7c- full textbeam-chunktext/plain1 KB
doc:beam/bfbfd340-90ed-4b66-accf-3baa0cf8bc7cShow 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…
ctx:claims/beam/819f8e92-1d81-4e3a-95ef-c8cc0b0f5d32- full textbeam-chunktext/plain982 B
doc:beam/819f8e92-1d81-4e3a-95ef-c8cc0b0f5d32Show excerpt
# Document exists but vector does not document = document_collection.find_one({'_id': doc_id}) vector_collection.insert([[doc_id, document['vector']]]) for vec_id in vector_ids: if vec_id…
ctx:claims/beam/a980ff53-f4b6-4edc-b34c-d483c453a7f5ctx:claims/beam/a132ecc0-f3de-4bbb-b1b1-ef3c76397678- full textbeam-chunktext/plain1 KB
doc:beam/a132ecc0-f3de-4bbb-b1b1-ef3c76397678Show excerpt
1. **Connect to Milvus**: Establish a connection to the Milvus server. 2. **Define the Schema**: Define the schema for the collection, including fields and their data types. 3. **Create a Collection**: Create a collection with the defined s…
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.