Files
nexa/nexa-core/config/qdrant_schema.json
T
2026-05-04 20:23:59 +00:00

13 lines
215 B
JSON

{
"collection_name": "nexa_knowledge",
"vector_config": {
"size": 1536,
"distance": "Cosine"
},
"payload_schema": {
"source": "keyword",
"tags": "keyword",
"created_at": "datetime"
}
}