AI Dynamics

Global AI News Aggregator

About

Custom Retrievers Format Context Metadata for LLMs

3/5 Custom Retriever let you specify the format of retrieved context. Sometimes you might want to tie the context to relevant metadata:
{{ context }}
Souce: {{ metadata.source }}
Page: {{ metadata.pageNo }} This way you can prompt the LLM to return in specific format.

→ View original post on X — @flowiseai