-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (39 loc) · 1.95 KB
/
.env.example
File metadata and controls
49 lines (39 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Git Notes Memory Plugin - Environment Configuration
# Copy this file to .env and modify as needed
# All variables are optional - defaults are shown
# =============================================================================
# Storage Configuration
# =============================================================================
# Override the XDG-compliant data directory
# Default: ~/.local/share/memory-plugin/
# MEMORY_PLUGIN_DATA_DIR=~/.local/share/memory-plugin
# =============================================================================
# Git Notes Configuration
# =============================================================================
# Override the git notes namespace (ref prefix)
# Default: refs/notes/mem
# MEMORY_PLUGIN_GIT_NAMESPACE=refs/notes/mem
# =============================================================================
# Embedding Model Configuration
# =============================================================================
# Override the sentence-transformers embedding model
# Default: all-MiniLM-L6-v2
# MEMORY_PLUGIN_EMBEDDING_MODEL=all-MiniLM-L6-v2
# =============================================================================
# Feature Flags
# =============================================================================
# Enable auto-capture of memories during Claude sessions
# Accepts: 1, true, yes, on (case-insensitive)
# Default: disabled
# MEMORY_PLUGIN_AUTO_CAPTURE=false
# =============================================================================
# XDG Base Directory (System)
# =============================================================================
# Override XDG data home (affects default data directory)
# Default: ~/.local/share
# XDG_DATA_HOME=~/.local/share
#
# =============================================================================
# HuggingFace tokenizer parallelism warnings (System)
# =============================================================================
# TOKENIZERS_PARALLELISM=false