Skip to content

Your AI Powered Enterprise Knowledge Partner. Discover knowledge from your private documents in your enterprise. Designed to be used at scale from ingesting large amounts of documents formats such as pdfs, docx, xlsx, png, jpgs, tiff, mp3, mp4, jpeg. Integrates with s3, Windows Shares, Google Drive and more.

License

ametnes/nesis

Repository files navigation

Nesis

Test Frontend Test Frontend Test Frontend

License


👋 What is Nesis❓

Nesis is an open-source enterprise knowledge discovery solution that connects to multitudes of datasources, collecting information and making it available in a conversation manner. Nesis leverages generative AI to aggregate document chunks collected from different documents in multiple formats such as pdf, docx, xlsx and turn them into meaning human-readable compositions. Allowing you to;

  1. Converse with your document via a simple chat interface.
  2. Conveniently view comparisons between documents.
  3. Summarise large documents.

Demo

Introduction.to.Nesis.mp4

📜 Documentation

Read the Nesis documentation here

🎰 Main features

Nesis is built to handle large amounts of data at scale. Enabling connectivity to multitudes of datasources, Nesis is able to transform data from various formats into vector embeddings to be used by your LLM of choice.

Enterprise ready knowledge discovery solution that empowers users to

  1. 🗣 Interact with vast document repositories in a conversational AI style.
  2. 🛂 Role based access control access to the document repositories, ensuring that the enterprise user only views information they are allowed to.
  3. 🗄 Connect to vast number of repositories. Currently, S3, WindowsNT Shares (for your on-prem Windows environment), MinIO, Sharepoint
  4. ☁ 🏢 Can be deployed in your cloud or on-premises.
  5. 🔐 User session management.

Getting started

To get started with Nesis,

Deploy with Docker Compose

  1. Obtain your OPENAI_API_KEY from https://platform.openai.com/api-keys:

    • and update the compose.yml file entry.
  2. Start all services locally with the provided docker compose file.

    docker-compose -f compose.yml up
    
  3. Then connect to your instance via http://localhost:58000 with the following login credentials:

    • email = some.email@domain.com
    • password = password
  4. Connect to your minio instance via http://localhost:59001/ with the following login credentials:

    • username = your_username
    • password = your_password
  5. Upload some documents into your minio documents bucket.

  6. Back on your Nesis page, register the minio datasource with

    1. Navigate to Settings -> Datasource -> New

    2. Enter the details;

      1. Type: MinIO
      2. Name: documents
      3. Host: http://minio:9000/
      4. Access Key: your_username
      5. Access Secret: your_password
      6. Buckets: documents
      7. Click Create
      8. Then, run an adhoc ingestion by clicking the Ingest button of the datasource.

Deploy with Kubernetes

To deploy Nesis into your kubernetes cluster, see Helm Instructions.

What does Nesis mean?

Nesis is derived from the greek noun gnosis which means knowledge.

Feedback and Feature Request

💡If you'd like to see a specific feature implemented, feel free to open up a feature request ticket. If enough users support to have the feature, we will be sure to include it in our roadmap.

🐞If you find any functionality not working as expected, please feel free to open a bug report.

⭐ Stars let us know you visited ⭐

Please give us a ⭐ to let us know you visited this page. You are already awesome.

Origins

This project has been inspired by other open-source projects. Here is a list of some of them;

About

Your AI Powered Enterprise Knowledge Partner. Discover knowledge from your private documents in your enterprise. Designed to be used at scale from ingesting large amounts of documents formats such as pdfs, docx, xlsx, png, jpgs, tiff, mp3, mp4, jpeg. Integrates with s3, Windows Shares, Google Drive and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •