Getting Started¶
Welcome to Polymathy! This guide will help you get up and running quickly.
Overview¶
Polymathy is a Rust-based web service that enhances search by processing content into semantic chunks. To use Polymathy, you'll need:
- Rust - Latest stable version
- SearxNG - A meta-search engine instance
- Content Processor - A service that handles content chunking and embedding
Quick Setup¶
# Clone the repository
git clone https://github.com/skelfresearch/polymathy.git
cd polymathy
# Copy and configure environment
cp sample.env .env
# Edit .env with your settings
# Build and run
cargo run --release
Next Steps¶
-
:material-download:{ .lg .middle } Installation
Multiple ways to install Polymathy
-
:material-play:{ .lg .middle } Quick Start
Make your first search request
-
:material-cog:{ .lg .middle } Configuration
Configure Polymathy for your needs