Find answers from the community

Updated 6 months ago

is there a way to extract entities as a

At a glance

The post asks if there is a way to extract entities as a separate response (like a list) and not use it as a transformation pipeline for a vector index. The community members provide some suggestions:

One community member suggests using an NER (Named Entity Recognition) model or package directly on some text. Another community member mentions a new and exciting NER model called GLiNER, which has a demo available.

There is no explicitly marked answer in the comments, but the community members provide helpful suggestions and resources for the original poster to explore.

Useful resources
is there a way to extract entities as a seperate response (like a list) and not use it as a transformation pipeline for vector index ? any pointer to an example will be very helpful thx
L
l
C
4 comments
Probably just using an ner model/package directly on some text?
gotcha thx @Logan M appreciate the help as always.
https://github.com/urchade/GLiNER is a new and exciting NER model that might help you out with that. There's a demo here: https://huggingface.co/spaces/tomaarsen/gliner_base (disclosure: it's my demo)
ooo nice thx @Cubie | Tom I'll definitely check it out
Add a reply
Sign up and join the conversation on Discord