Skip to content

VectorHub

VectorHub is implemented as a knowledge application with:

  • a Robyn backend in backend1/Client;
  • a React/Vite product frontend in frontend/vectorhub;
  • Qdrant for vector search;
  • Gel/EdgeDB for metadata and application state;
  • document parsing and chunk workflows;
  • API and WebSocket surfaces for retrieval and task updates.

The public portal in apps/portal is separate from the product frontend, but now hosts verified docs and API reference for the same product.