How to access the entities in NER.v2 in spacy-llma from logging or directly as they come from GPT-3 without using .ents ? #12845
-
i want to access and take the entities from logging or directly from gpt-3 without using .ents . Example: consider the labels of PERSON and LOCATION . The text such as "The woman Paris was walking around in Paris"
So, that means there is problem when taking response from LLM to Doc ... now, i want a way to access the entities directly from LLMs or from logging maybe , i don't want to use .ents |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @innocent-charles, this looks like a bug in the |
Beta Was this translation helpful? Give feedback.
-
(Duplicate of #12812) |
Beta Was this translation helpful? Give feedback.
I can confirm this is a bug. I'll update this thread once we implemented a fix and released a patched version of
spacy-llm
.