Skip to content

dileepbc01/pipeshub-ai

 
 

Repository files navigation

Workplace AI Platform

Documentation

PipesHub is the workplace AI platform for enterprises to improve how businesses operate and help employees and AI agents work more efficiently. In most companies, important work data is spread across multiple apps like Google Workspace, Microsoft 365, Slack, Jira, Confluence, and more. PipesHub AI helps you quickly find the right information using natural language search—just like Google. It can answer questions, provide insights, and more. The platform not only delivers the most relevant results but also shows where the information came from, with proper citations, using Knowledge Graphs and Page Ranking. Beyond search, our platform allows enterprises to create custom apps and AI agents using a No-Code interface.

High Level Architecture Diagram

PipesHub System Architecture

Spotlight Features

Your Workplace, Our AI.

PipesHub Workplace AI

Unmatched Value of PipesHub

  • Choose Any Model, Your Way – Bring your preferred deep learning models for both indexing and inference with total flexibility.
  • Real-Time or Scheduled Indexing – Index data as it flows or schedule it to run exactly when you need.
  • Access-Driven Visibility – Source-level permissions ensure every document is shown only to those who are authorized.
  • Built-In Data Security – Sensitive information stays secure, always..
  • Deploy Anywhere – Fully supports both on-premise and cloud-based deployments.
  • Knowledge Graph Backbone – All data is seamlessly structured into a powerful knowledge graph.
  • Enterprise-Grade Connectors – Scalable, reliable, and built for secure access across your organization.
  • Modular & Scalable Architecture – Every service is loosely coupled to scale independently and adapt to your needs.

Connectors

  • Google Drive
  • Gmail
  • Google Calendar
  • Onedrive(Release coming this month)
  • Sharepoint Online(Release coming this month)
  • Outlook(Release coming this month)
  • Outlook Calendar(Release coming this month)
  • Slack(Release coming this month)
  • Notion(Release coming this month)
  • Jira(Release coming this month)
  • Confluence(Release coming this month)
  • MS Teams(Release coming this month)

File Formats Supported

  • PDF(including scanned PDFs)
  • Docx/Doc
  • XLSX/XLS
  • PPTX/PPT
  • CSV
  • Markdown
  • HTML
  • Text
  • Google docs, slides, sheets
  • Images(Coming Soon)
  • Audio(Coming Soon)
  • Video(Coming Soon)

RoadMap

  • Code Search
  • Workplace AI Agents
  • MCP
  • APIs and SDKs
  • Personalized Search
  • Highly available and scalable Kubernetes deployment
  • PageRank

📦 Developer Build

🔁 Clone the repository

git clone https://github.com/pipeshub-ai/pipeshub-ai.git

📁 Navigate to the deployment folder

cd pipeshub-ai/deployment/docker-compose

🛠️ Copy and update the environment file

cp .env.template .env

👉 Edit the .env file to set secrets, passwords, and the public URLs of the Frontend and Connector services
(Required for webhook notifications and real-time updates)

🚀 Start the development deployment with build

docker compose -f docker-compose.dev.yml -p pipeshub-ai up --build -d

🛑 To stop the services

docker compose -f docker-compose.dev.yml -p pipeshub-ai down

🚀 Deployment Guide

PipesHub — the Workplace AI Platform — can be run locally or deployed on the cloud using Docker Compose.


📦 Production Deployment

# Clone the repository git clone https://github.com/pipeshub-ai/pipeshub-ai.git # Navigate to the deployment folder cd pipeshub-ai/deployment/docker-compose # Copy and update the environment file cp .env.template .env # 👉 Edit the .env file to set secrets, passwords, and the public URLs # of the Frontend and Connector services (required for webhook notifications and real-time updates) # Start the production deployment docker compose -f docker-compose.prod.yml -p pipeshub-ai up -d # To stop the services docker compose -f docker-compose.prod.yml -p pipeshub-ai down 

About

The OpenSource Alternative to Glean's Workplace AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.5%
  • Python 26.7%
  • Handlebars 0.3%
  • CSS 0.2%
  • Dockerfile 0.2%
  • JavaScript 0.1%