config.hx.json 239 B

1234567891011121314
  1. {
  2. "vector_config": {
  3. "m": 16,
  4. "ef_construction": 128,
  5. "ef_search": 768
  6. },
  7. "graph_config": {
  8. "secondary_indices": [
  9. "gh_id"
  10. ]
  11. },
  12. "db_max_size_gb": 10,
  13. "mcp": true
  14. }