Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Hystersis for your environment
# Hystersis API HYSTERSIS_API_KEY=your-api-key HYSTERSIS_BASE_URL=https://api.hystersis.com # Self-hosted (optional) NEO4J_URI=bolt://localhost:7687 NEO4J_USER=neo4j NEO4J_PASSWORD=your-password QDRANT_URL=http://localhost:6333
from hystersis import Hystersis client = Hystersis( base_url="https://api.hystersis.com", api_key="your-key", timeout=30 # seconds )
base_url
https://api.hystersis.com
api_key
timeout
max_retries