Available on PyPI: pip install semantica and you’re ready.
Python 3.8 or higher is required. Python 3.11+ is recommended.

System Requirements

Basic Installation

With all optional dependencies:

Verify

Optional Dependencies

Install only what you need:
Includes PyTorch with CUDA, FAISS GPU, and CuPy.

Install from Source

For the latest development version or to contribute:
Install directly from the main branch if the PyPI release has issues:

Troubleshooting

Make sure you’re in the right virtual environment:
Install CPU-only first, then layer in GPU support:
Fixed in v0.5.0. Upgrade to the latest release:
Install the Microsoft Visual C++ Redistributable. This is a Windows system dependency, not a Semantica bug.

Next Steps