The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Backend API for the Knowledge‑Base MVP; provides REST endpoints to create/manage corpora and documents, ingest files (PDF/XLSX), run corpus searches and chat-style queries, and perform index/cleanup tasks. Inputs: JSON bodies for corpus/document operations or multipart file uploads; Outputs: JSON with status, search hits, or processing metadata. Typical responsibilities: validation, storage orchestration, indexing, and exposing search/chat endpoints for the frontend. For AI-bound operations, it calls the AI-backbone APIs.
The following information was extracted from the containerfile and other sources.
| Summary | Backend service for Slangit Technologies platform |
| Description | Node.js 20 available as container is a base platform for building and running various Node.js 20 applications and frameworks. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. |
| Provider | Slangit Technologies FZO |
| Maintainer | Support <support@slangit.ai> |
The following information was extracted from the containerfile and other sources.
| Repository name | kbaas-backend |
| Image version | 1.0.1 |
| Architecture | amd64 |
| Usage | s2i build <SOURCE-REPOSITORY> ubi9/nodejs-20:latest <APP-NAME> |
| Exposed ports | 8080:http |
# Login to OpenShift ROSA cluster
oc login --server=https://api.slangit-rosa.ies1.p3.openshiftapps.com:443 --webdocker login default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com \
-u $(oc whoami) -p $(oc whoami -t)docker pull default-route-openshift-image-registry.apps.rosa.slangit-rosa.ies1.p3.openshiftapps.com/kbaas/mvp-backend:1.0.1