Verified Services Only
vectorhub-client-api
Section titled “vectorhub-client-api”service: name: vectorhub-client-api purpose: Main Robyn API for app, retrieval, upload, chunking and auth. status: experimental source_path: repos/VectorHub-dev/backend1/Client/server_endpoints.py ports: - 8081 dependencies: - qdrant - gel-edgedb environment_variables: - PORT - TYPE_ENV - SECRET_KEY_ADMIN - JWT_ACCESS_SECRET - JWT_REFRESH_SECRET - JWT_WS_SECRET - QDRANT_HOST - QDRANT_PORT - EDGEDB_HOST - EDGEDB_PORT endpoints: - / - /query - /collections - /chunk - /chunk-editor - /llamaparse related_product: vectorhubqdrant
Section titled “qdrant”service: name: qdrant purpose: Vector storage and semantic search backend. status: available source_path: repos/VectorHub-dev/backend1/Client/docker-compose.yml ports: - 6333 dependencies: [] environment_variables: - QDRANT_HOST - QDRANT_PORT endpoints: [] related_product: vectorhubgel-edgedb
Section titled “gel-edgedb”service: name: gel-edgedb purpose: Metadata and application database. status: available source_path: repos/VectorHub-dev/backend1/Client/docker-compose.yml ports: - 5656 dependencies: [] environment_variables: - EDGEDB_HOST - EDGEDB_PORT - EDGEDB_USER - EDGEDB_PASSWORD endpoints: [] related_product: vectorhub