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

Adding EncodedChainExtract #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Sandy247
Copy link

Description: Adding an optimized version of the LLMChainExtractor called LLMEncodedChainExtractor that uses an encoding technique to fetch only the indices of the relevant sequence instead of having the LLM regenerate the sequence verbatim. Unit and integration tests have been added. There is also a demo notebook that compares LLMEncodedChainExtractor to the LLMChainExtractor

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 this pull request may close these issues.

1 participant