II.
StackPart JSON
Structured · livestack-part:vector-database
Vector Database json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:vector-database",
"_kind": "StackPart",
"_file": "domain/stack-parts/vector-database.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Vector Database",
"category": "data-store",
"description": "Stores high-dimensional embedding vectors with approximate nearest-neighbor search. Examples: Pinecone, Weaviate, Qdrant, pgvector, Milvus, LanceDB.\n"
},
"outgoingEdges": [
{
"from": "stack-part:vector-database",
"to": "tool:pinecone",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:vector-database",
"to": "tool:weaviate",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:vector-database",
"to": "tool:qdrant",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:vector-database",
"to": "tool:milvus",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:vector-database",
"to": "tool:chromadb",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:vector-database",
"to": "skill-area:retrieval-augmented-generation",
"kind": "stack_part_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:retrieval-augmented-generation",
"to": "stack-part:vector-database",
"kind": "uses_stack_part"
},
{
"from": "tool-server:mcp-pinecone",
"to": "stack-part:vector-database",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-weaviate",
"to": "stack-part:vector-database",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-qdrant",
"to": "stack-part:vector-database",
"kind": "integrates_with",
"attributes": {}
}
]
}