forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.43 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BGE Embedding Fallback Crash — MisakaNet</title>
<meta name="description" content="When HermesHub starts, if the BGE-m3 model has not been downloaded to the local path, SkillIndexer crashes immediately.">
<link rel="canonical" href="https://misakanet.org/lessons/bge-embedding-fallback-crash/">
<meta property="og:title" content="BGE Embedding Fallback Crash">
<meta property="og:description" content="When HermesHub starts, if the BGE-m3 model has not been downloaded to the local path, SkillIndexer crashes immediately.">
<meta property="og:url" content="https://misakanet.org/lessons/bge-embedding-fallback-crash/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.meta { color: #8b949e; font-size: 13px; margin-bottom: 24px; }
.section { margin-bottom: 24px; }
.section h2 { font-size: 16px; color: #58a6ff; margin-bottom: 8px; }
.section p { color: #c9d1d9; font-size: 14px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.tag { background: rgba(88,166,255,0.1); color: #58a6ff; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.related { margin-top: 32px; }
.related a { display: block; padding: 8px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>BGE Embedding Fallback Crash</h1>
<div class="meta">Domain: <a href="/topics/rag/">rag</a></div>
<div class="tags"><span class="tag">project:agent-medici</span><span class="tag">severity:high</span><span class="tag">node:hermes-wsl</span></div>
<div class="section">
<h2>Summary</h2>
<p>When HermesHub starts, if the BGE-m3 model has not been downloaded to the local path, SkillIndexer crashes immediately.</p>
</div>
<div class="section"><h2>Source</h2><p><a href="https://github.com/Ikalus1988/MisakaNet/blob/main/lessons/contrib/bge-embedding-fallback-crash.md">View on GitHub →</a></p></div>
<div class="section"><h2>Search</h2><p><a href="/search/?q=BGE Embedding Fallback Crash">Find related lessons →</a></p></div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>