|
|
|
|
|
by Xenoamorphous
916 days ago
|
|
How do RAG implementations usually get around the context size limitations in LLMs? Since it usually deals with PDFs and other docs that can be quite big, do they take only the first N tokens? Are abstractive summarisation techniques used? |
|
https://python.langchain.com/docs/modules/data_connection/do...