
Logseq Search
Just hit a mini milestone today w.r.t. a small project I have been working on, to implement cosine similarity search on my logseq4 notes. I have embedded a few months worth of my notes with Qwen/Qwen3-Embedding-0.6B1 into chromadb and I have a small flask fastapi server2,3 around this, for querying. I have chunked up my notes before embedding them and therefore results show those chunks. I am serving this on ec2 using tailscale5, so I can even hit the endpoint from my phone without really exposing it publicly. ...

