The flow of inputs through an LLM. In this case the inputs are "What is Baldur's Gate 3?" and the output token "14" maps to the word "I"
The flow of inputs through an LLM. In this case the inputs are "What is Baldur's Gate 3?" and the output token "14" maps to the word "I"
The flow of word -> token -> embedding
The flow of word -> token -> embedding
The flow of sentence -> tokens -> embedding
The flow of sentence -> tokens -> embedding
The flow of taking a document, splitting it into chunks, embedding those chunks, and then retrieving a chunk based off of a users query
The flow of taking a document, splitting it into chunks, embedding those chunks, and then retrieving a chunk based off of a users query