memista 0.1.0

High-performance vector search service with SQLite metadata storage and USearch vector indexing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Memista Configuration Sample
# Copy this file to .env and modify as needed

# Path to SQLite database file
DATABASE_PATH=memista.db

# Host address to bind to
SERVER_HOST=127.0.0.1

# Port to listen on
SERVER_PORT=8083

# Logging level (debug, info, warn, error)
LOG_LEVEL=debug