←back to thread

439 points david927 | 1 comments | | HN request time: 0.213s | source

What are you working on? Any new ideas which you're thinking about?
Show context
shutty ◴[] No.44431773[source]
https://github.com/nixiesearch/nixiesearch

A Lucene-based search engine on top of S3 block storage.

Index schema is immutable (but supports migrations), so you cannot just screw up your index.

Separate indexer/searcher tiers, so heavy indexing load does not affect search latency.

And embedding/reranker local inference, so you can run the whole AI search within a single docker container.

replies(1): >>44433590 #
1. dardeaup ◴[] No.44433590[source]
Looks nice! What did you use to make the first diagram (one with documents on left and 3 searcher boxes on right)?