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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a pipeline component for zero shot LLM document classification and NER #157

Open
JaMe76 opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JaMe76
Copy link
Contributor

JaMe76 commented Jun 8, 2023

Enhancement 馃殌
With support of LLM integration libraries like Llama index or Langchain it is fairly easy to add a pipeline component for zero shot classification or entity recognition using LLMs.

Motivation 馃挭
Everybody knows what LLMs are capable of. The approach has the advantage that no model has to be trained.

The enhancement is not intended to allow more complex integrations with LLMs... There are much better library for that.
However, it could be useful to add this zero shot classification component, e.g. if somebody wants to load layout chunks into a database/vector store with additional meta data classes.

Alternatives 鈿栵笍
NN

Additional context 馃К
Screenshots, etc. if relevant

@JaMe76 JaMe76 added the enhancement New feature or request label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant