Y
Hacker News
new
|
ask
|
show
|
jobs
by
spott
632 days ago
They aren’t using the prompt caching on the query side, only on the embedding side… so you cache the document in the context window when ingesting it, but not during retrieval.
1 comments
KTibow
632 days ago
It seems a little odd to make multiple requests instead of using one request to create all the context for all the chunks.
link