AI-based chatbot that provides sensible answers based on documentation
Project description
Sigmund AI
Copyright 2023-2026 Sebastiaan Mathôt
A Python library and web app for an LLM-based chatbot:
Features:
- Privacy: all messages and uploaded attachments are encrypted so that no-one can listen in on your conversation
- Expert knowledge: access to documentation
- Continuous conversation: conversations are summarized when they become too long to fit into the prompt
- Tool use (in research-assistant mode):
- Code execution: ability to execute Python and R code
- Google Scholar search: ability to search for articles on Google Scholar
- Image generation: ability to generate images
- Integrations
- Python: connect to JupyterLab, Notebook, Spyder or Rapunzel
- OpenSesame: directly integrate with OpenSesame
- Sigmund Analyst: directly integrate with Sigmund Analyst for data analysis
Sigmund is not a large language model itself. Rather it uses third-party models. Currently, models from OpenAI, Anthropic, and Mistral are supported. API keys from these respective providers are required.
Configuration
See sigmund/config.py for configuration instructions.
Dependencies
For Python dependencies, see pyproject.toml. In addition to these, pandoc is required for the ability to read attachments, and a local redis server needs to run for persistent data between sessions.
Running (development)
Download the source code, and copy .env.example to .env. Edit this file to specify at least the API keys, and depending on the functionality that you want activate, possibly also other variables. The only variable that is strictly required is the OpenAI API key, because OpenAI is used to create text embeddings, even when a different model is used for the conversation.
Next, install the dependencies, build the documentation index, and launch the app!
pip install . # install dependencies
python index_library.py # build library (documentation) index
python app.py # start the app
Next, access the app (by default) through:
http://127.0.0.1:5000/
Running (production)
In production, the server is generally not run by directly calling the app. There are many ways to run a Flask app in production. One way is to use gunicorn to start the app, and then use an nginx web server as a proxy that reroutes requests to the app. When taking this route, make sure to set up nginx with a large client_max_body_size (to allow attachment uploading) and disable proxy_cache and proxy_buffering (to allow status messages to be streamed while Sigmund is answering).
License
Sigmund is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sigmund-1.12.0.tar.gz.
File metadata
- Download URL: sigmund-1.12.0.tar.gz
- Upload date:
- Size: 6.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee48e0c12d1bdb745d4d84bb2bc9e2ba2ed2ef9491e6cc99e355e0c0d3c9fbe4
|
|
| MD5 |
08141e4bcae70ff51726de0f2f891a35
|
|
| BLAKE2b-256 |
bae3140dd0475dd5e31fdb4d37e47c57d5c9909df87c57eb55627e07871a2c1c
|
File details
Details for the file sigmund-1.12.0-py3-none-any.whl.
File metadata
- Download URL: sigmund-1.12.0-py3-none-any.whl
- Upload date:
- Size: 6.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e46726abbeddbf7841b37a8e0b365b93c84db2963116609fd56f0463a6ddf454
|
|
| MD5 |
d74dea552f66e180a444d563e99ca52a
|
|
| BLAKE2b-256 |
5858d3f749d379ffdedbeeb3ee3834d97baebd3add66cca45371e549de2b301c
|