ghita_

↗ HN profile [ 60.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey! We’re the founders of ZeroEntropy (www.zeroentropy.dev), we train models for information retrieval, and also provide an end-to-end hybrid search API. Last night, we decided to release a free tool that lets you ask…

  2. Hello HN, I'm Ghita, co-founder of ZeroEntropy (YC W25). We build high accuracy search infrastructure for RAG and AI Agents. We just released two new state-of-the-art rerankers zerank-1, and zerank-1-small. One of them…

  3. Hey there YC! We’re Ghita and Nicholas, the founders of ZeroEntropy. We are on a mission to build the world’s most accurate search engine over complex and unstructured documents, behind a simple API. If you are building…

  4. The LlamaChunk algorithm is simple: We pick a special token that we know is not in the corpus, e.g. "段". We pick the character "段" because 1. tiktoken always encodes it to exactly one token, 2. it is not in the corpus,…

  5. I have been working on AI products for some time, and there is always a RAG / search component to build. With the plethora of tools out there by now, it's now pretty instinctive to set up with a basic stack. However, I…