-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmempalace.yaml
More file actions
45 lines (39 loc) · 1.06 KB
/
Copy pathmempalace.yaml
File metadata and controls
45 lines (39 loc) · 1.06 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
# MemPalace Wing Configuration
# Edit this file to match your projects.
# Each wing scopes searches to a specific area of your vault.
wings:
- name: project-one # Replace with your project name (lowercase, hyphenated)
keywords:
- keyword1 # Words that identify this project
- keyword2
- keyword3
- name: project-two # Replace with second project
keywords:
- keyword1
- keyword2
- name: project-three # Replace with third project
keywords:
- keyword1
- keyword2
- name: knowledge # General research and learning (keep this one)
keywords:
- article
- paper
- research
- tutorial
- guide
- documentation
- book
- course
# Search settings
search:
results_limit: 10 # How many results to return
min_score: 0.5 # Minimum relevance threshold (0-1)
# Index settings
index:
exclude_paths:
- .git
- .mempalace
- node_modules
- "*.icloud"
- .obsidian