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

Handle Larger than Context Queries #34

Open
shiv810 opened this issue Nov 15, 2024 · 1 comment · May be fixed by #35
Open

Handle Larger than Context Queries #34

shiv810 opened this issue Nov 15, 2024 · 1 comment · May be fixed by #35

Comments

@shiv810
Copy link
Collaborator

shiv810 commented Nov 15, 2024

The LLM does not handle queries well when the context exceeds the length of the allowed context window. This should either be addressed gracefully by throwing errors that inform the user, or by switching to a model with a longer context window.

Related Run

@0x4007
Copy link
Member

0x4007 commented Nov 17, 2024

Neither. Compress the data by summarizing first. We can also consider removing irrelevant data

@shiv810 shiv810 linked a pull request Nov 18, 2024 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

2 participants