Commit 1ee8771
Your Name
feat(pipeline): auto-generate embeddings during full indexing
When CBM_EMBEDDING_URL is configured, the full indexing pipeline now
automatically generates semantic embeddings after process and channel
detection. Uses force=false so existing embeddings are preserved —
only new/missing nodes get embedded.
This makes semantic search zero-friction: repos indexed while the
embedding server is running get embeddings automatically. No manual
generate_embeddings call needed.
Pipeline order: FTS5 backfill → processes → channels → embeddings1 parent 224355e commit 1ee8771
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
859 | 877 | | |
860 | 878 | | |
861 | 879 | | |
| |||
0 commit comments