Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial features #1

Closed
5 tasks done
alaeddine-13 opened this issue Apr 14, 2023 · 0 comments
Closed
5 tasks done

Initial features #1

alaeddine-13 opened this issue Apr 14, 2023 · 0 comments

Comments

@alaeddine-13
Copy link
Contributor

alaeddine-13 commented Apr 14, 2023

  • 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
@jina-ai jina-ai deleted a comment from ericries Apr 30, 2023
@alaeddine-13 alaeddine-13 changed the title Road map Initial features May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant