Docs: Masterplan und Qdrant-Schema Struktur hinzugefügt

This commit is contained in:
Florian Krebs
2026-05-04 20:23:59 +00:00
parent 7e49f8f016
commit 7d205a68e4
3 changed files with 41 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"collection_name": "nexa_knowledge",
"vector_config": {
"size": 1536,
"distance": "Cosine"
},
"payload_schema": {
"source": "keyword",
"tags": "keyword",
"created_at": "datetime"
}
}