Skip to content

Welcome to VectorHub

VectorHub is knowledge infrastructure for AI applications. The repository shows a Robyn backend, a React application, Qdrant for vector search, Gel/EdgeDB for metadata and document workflows for parsing, chunking and retrieval.

This documentation is intentionally conservative. A capability is marked available only when it is confirmed by source code, configuration or existing documentation in the repository. Features that exist but still expose broad or unstable surfaces are marked experimental. Product direction without confirmed implementation is marked planned.

Primary investigation started from repos/VectorHub-dev/PROJECT_INDEX.md, then followed its backend, frontend, infrastructure and knowledge-gap reading paths.

StatusMeaning
availableConfirmed by source code, configuration or runnable behavior.
experimentalPresent in the repository but not stable as a public contract.
plannedProduct direction or conceptual feature not yet implemented.
  • Collection management through the /collections RPC endpoint and CollectionClient.
  • Document upload and document processing routes in backend1/Client/server_endpoints.py.
  • Semantic retrieval through POST /query, documented in VectorHub-client/README.md.
  • Chunking and chunk editor workflows through /chunk and /chunk-editor.
  • Metadata and file organization workflows through EdgeDB/Gel-backed clients.
  • Authenticated sessions, JWT refresh and WebSocket token issuance.
  • Local/private runtime using Docker Compose with API, Qdrant and Gel/EdgeDB.

The public landing page remains the product introduction. These docs focus on real behavior, architecture and integration.