You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Knowledge learning using long memory and in context learning
Make the LLM aware that it has a long memory
Tell it to perform a remember action
Expose an interface to teach or store information (alternatively, tell it to extract rules from the context and generate a description for the information to be used in indexing)
Examples:
Teach it about docarray v2 semantics
Teach it about langchain...
Also make sure the LLM is aware of the whole memory structute/schema and let it utilize the full retrieval api
Also increase the context length of gpt by telling it that you want to process information using an LLM but it has limited context and prompt it to either summarize the long context and split it into further splits and process chunk by chunk
Divide and conquer applied to LLMs to divide big tasks into sub tasks
Conditional selects
LLM reflection component like in generative agents paper
Self healing code gen
The text was updated successfully, but these errors were encountered:
Make the LLM aware that it has a long memory
Tell it to perform a remember action
Expose an interface to teach or store information (alternatively, tell it to extract rules from the context and generate a description for the information to be used in indexing)
Examples:
Teach it about docarray v2 semantics
Teach it about langchain...
Also make sure the LLM is aware of the whole memory structute/schema and let it utilize the full retrieval api
Also increase the context length of gpt by telling it that you want to process information using an LLM but it has limited context and prompt it to either summarize the long context and split it into further splits and process chunk by chunk
The text was updated successfully, but these errors were encountered: