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.
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