Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Entity Extraction with LLMs: Addressing Challenges
Entity Extraction with LLMs: Addressing Challenges
Inactive
0
Follow
d
drewskidang
2 months ago
Β·
can we use entity extraction with llms? Gettign issues with bert
d
A
5 comments
Share
Open in Discord
d
drewskidang
2 months ago
also AttributeError: 'Anthropic' object has no attribute 'get_tokenizer'
A
Arthur
2 months ago
yes, you can
A
Arthur
edited 2 months ago
For long documents you can use gemini
d
drewskidang
2 months ago
whats the code?
A
Arthur
2 months ago
You should check:
https://docs.llamaindex.ai/en/stable/module_guides/models/llms/usage_standalone/
https://docs.llamaindex.ai/en/stable/module_guides/querying/structured_outputs/
https://docs.llamaindex.ai/en/stable/module_guides/querying/structured_outputs/output_parser/
You should tell it to return in a structured format so you can manipulate the entities for your use case later.
Add a reply
Sign up and join the conversation on Discord
Join on Discord