neomemx 0.1.0

A high-performance memory library for AI agents with semantic search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Mindstack Environment Variables
# 
# Both keys are FREE to obtain!

# Groq API Key (required for LLM)
# Get your FREE key at: https://console.groq.com/keys
GROQ_API_KEY=gsk_your-groq-api-key-here

# HuggingFace API Key (required for embeddings)
# Get your FREE key at: https://huggingface.co/settings/tokens
HF_API_KEY=hf_your-huggingface-token-here

# === OPTIONAL: Use OpenAI instead ===
# OPENAI_API_KEY=sk-your-openai-key