Your MiniLM Embeddings Are Probably Truncating at 256 Tokens
Three config files disagree about how long an all-MiniLM-L6-v2 input can be, and the answer sentence-transformers uses is 256 tokens. At a 1000-character chunk size, 87% of chunks are longer than that, and the excess is discarded silently.
Read more