minima
On-premises conversational RAG with configurable containers
File Explorer
Download Latest Version (.zip)- logo-full-b.svg
- logo-full-w.svg
- logo-full.svg
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- App.css
- App.js
- App.test.js
- ChatApp.tsx
- index.css
- index.js
- logo.svg
- reportWebVitals.js
- setupTests.js
- .gitignore
- Dockerfile
- package-lock.json
- package.json
- README.md
- no-topbar.css
- style.css
- favicon.icns
- favicon.png
- favicon.ico
- renderer.js
- menu.js
- print.js
- view.js
- window.js
- index.html
- main.js
- package-lock.json
- package.json
- preload.js
- README.md
- app.py
- async_loop.py
- async_queue.py
- Dockerfile
- indexer.py
- migrate_multiuser.py
- requirements.txt
- singleton.py
- storage.py
- app.py
- Dockerfile
- requestor.py
- requirements.txt
- app.py
- async_answer_to_socket.py
- async_question_to_answer.py
- async_queue.py
- async_socket_to_chat.py
- control_flow_commands.py
- Dockerfile
- llm_chain.py
- minima_embed.py
- ollama_chain.py
- openai_chain.py
- requirements.txt
- __init__.py
- requestor.py
- server.py
- pyproject.toml
- README.md
- uv.lock
- .env.sample
- .gitignore
- .gitmodules
- aws
- docker-compose-chatgpt.yml
- docker-compose-custom-llm.yml
- docker-compose-mcp.yml
- docker-compose-ollama.yml
- LICENSE
- README.md
- run.sh
- run_in_copilot.sh
# Installation Guide
1. Get the code
git clone https://github.com/Minima-AI-Inc/minima
Downloads the entire project code from GitHub to your computer.
cd minima
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f chat/Dockerfile -t minima .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 minima
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd chat
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pip install -r indexer/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
