ametnes
nesis
Python

Your AI Powered Enterprise Knowledge Partner. 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.

Last updated Feb 13, 2026
55
Stars
19
Forks
24
Issues
0
Stars/day
Attention Score
20
Language breakdown
Python 68.9%
JavaScript 30.0%
Dockerfile 0.4%
HTML 0.4%
CSS 0.2%
Mako 0.1%
โ–ธ Files click to expand
README

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;

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

Demo

https://github.com/ametnes/nesis/assets/86433807/64ea0ad8-5615-4111-8f6e-61ce7d3ad2fc

๐Ÿ“œ 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

  • ๐Ÿ—ฃ Interact with vast document repositories in a conversational AI style.
  • ๐Ÿ›‚ Role based access control access to the document repositories, ensuring that the enterprise user only views information they are allowed to.
  • ๐Ÿ—„ Connect to vast number of repositories. Currently, S3, WindowsNT Shares (for your on-prem Windows environment), MinIO, Sharepoint
  • โ˜ ๐Ÿข Can be deployed in your cloud or on-premises.
  • ๐Ÿ” User session management.

Getting started

To get started with Nesis,

Deploy with Docker Compose

  • Obtain your OPENAIAPIKEY from https://platform.openai.com/api-keys:
- and update the compose.yml file entry. - If you do not have an OPENAPIKEY, add environment variable NESISRAGLLMMODE=mock in the nesisrag service in the docker compose
  • Obtain your YOUR-HUGGINGFACE-TOKEN from https://huggingface.co:
- and update the compose.yml file entry.
  • Start all services locally with the provided docker compose file.
docker-compose -f compose.yml up
  • Then connect to your instance via http://localhost:58000 with the following login credentials:
- email = some.email@domain.com - password = password
  • Connect to your minio instance via http://localhost:59001/ with the following login credentials:
- username = your_username - password = your_password
  • Upload some documents into your minio documents bucket.
  • 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;
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท ametnes/nesis ยท Updated daily from GitHub