test the embedding start #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
requirement
need to check
to lean how this works see
geomind_dev_docs/claude/skills/zinit/SKILL.md
1- Issue Investigation: embedderd --start Not Registering with zinit
Problem
embedderd --startfailed to register service with zinit - service not appearing inzinit list.Root Causes
1.
scripts/install.shdownloads an older version of zinit0.3.80.3.92. Install script installs incompatible version of ONNX
./install.shinstalls an onnx runtime version that's incompatible3. Zinit Connetion Issue
To reproduce:
1- run zinit-server 0.3.9
2- run
embedder --start, the embedder will consume the 60 attempt and the service will be registered but still not ready3- then try to run
embedder --startagain, you'll get the connection timed out error shown on the right terminal in the image below4- Now try to
zinit listyou'll get no response@salmaelsoly
Investigation and testing is done, opened tickets with the discovered issues.
#2
geomind_code/zinit#9
geomind_code/zinit#10
@salmaelsoly
after this zinit fix: geomind_code/zinit#11/files


the behaviour switched from killing zinit managed service
embedderd serviceitself to killing the process which attaches the service to zinitembedderd --startThis happens becuase
process_filterfilters processes by name which isembedderd, when changing bin name to hero-embedder as example the two process livedapplied fixes: #3
embedderd --start#3