Skip to content

0.0.4-alpha

Pre-release
Pre-release

Choose a tag to compare

@riochr17 riochr17 released this 01 Jul 08:24
  • add semantic search FIND

Configuration

Configure the execution environment by exporting the following variables or placing them in a local .env file:

OPENAI_BASEURL=https://api.openai.com/v1
OPENAI_APIKEY=your-api-key
OPENAI_MODEL=gpt-4o-mini

# Optional: Locale for error reporting ('id' or 'en'). Defaults to 'id'.
LOCALE=en

# Optional: only if you use FIND keyword
OPENAI_VECTOR_MODEL=your-vector-model-name

Full Changelog: 0.0.1-alpha...0.0.4-alpha