A KB is a real VectorDB collection. Each record stores human-readable text, metadata, and a vector used for similarity search.
{
"id": "doc1",
"doc_id": "doc1",
"title": "Sample Note",
"text": "...",
"lang": "en",
"metadata_json": "{...}",
"vector": [1536 values]
}
1. Create KB 2. Add doc1: Michael is a person. 3. Add doc2: Tencent Cloud VectorDB is used for semantic retrieval and RAG. 4. Add doc3: Singapore is in Southeast Asia. 5. Click List Documents 6. Ask Before RAG 7. Ask After RAG 8. Observe nearest points in the 3D graph 9. Explain that nearest docs are sent to the LLM as context
Ready.