Custom Retriever
Custom Retriever allows user to specify the format of the context to LLM

[
{
"pageContent": "This is an example",
"metadata": {
"source": "example.pdf"
}
},
{
"pageContent": "This is example 2",
"metadata": {
"source": "example2.txt"
}
}
]Last updated