gkamradt / langchain-tutorials

Overview and tutorial of the LangChain Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I have some mapping already, how let the LLM know and use existing data?

wowojyc opened this issue · comments

in Clean and Standardize Data section. If I have some mapping data already. And the amount exceed token limit so i can not use prompt example. Is there any method to let LLM know these datas and use them?

I would try a map reduce method. So extract or clean your data in sections at a time rather than all at once