Skip to content

yxiaolu/chat-llamaindex

Repository files navigation



Unc Logo

Unc

A privacy-first, enterprise-ready, open-source ChatGPT platform

Unc Screen

Welcome to Unc. A robust, scalable open-source platform built specifically for implementing privacy-first, enterprise-level ChatGPT.

Getting started with Unc is a breeze. Visit unc.de - a hosted version of Unc with no user authentication, provides an immediate start.

🚀 Features

Unc is enterprise-ready, featuring:

  • Self-hosted, can be installed in own cloud (private or public).
  • Chat with your own HTML and PDF documents.
  • Create bots using prompt engineering (no-code) and share them with other users. This avoids the repetition of frequently used prompts.
  • Supports Azure OpenAI from Microsoft, eliminating traffic to OpenAI.
  • Privacy first; personal data is stored locally in the browser.

💼 Enterprise

A typical enterprise installation requires:

  • Custom user authentication (e.g. Active Directory).
  • Installation in a corporate cloud (AWS or Azure).
  • Integration with data from third-party systems (e.g., Salesforce, ServiceNow, SAP, Oracle).

For enterprise support and installations, reach out to me on LinkedIn.

⚡️ Quick start

Use Gitpod

Open in Gitpod

Local Development

Requirement: NodeJS 18

  • Clone the repository
git clone https://github.com/marcusschiesser/unc
cd unc
  • Run the dev server
yarn install
yarn dev

❤️ Community

Join the Unc community on GitHub Discussions. You can ask questions, share ideas, and showcase your projects.

Feedback is paramount. Please do share any suggestions, ideas, or bugs you encounter via GitHub issues. Your insight is invaluable for enhancing future releases.

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 83.3%
  • CSS 13.7%
  • JavaScript 2.5%
  • Other 0.5%