You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integration with [LangChain](https://github.com/hwchase17/langchain) 🦜️🔗 - all `langchain` models and features can be used in `spacy-llm`
26
28
- Tasks available out of the box:
27
29
- Named Entity Recognition
@@ -31,6 +33,9 @@ This package integrates Large Language Models (LLMs) into [spaCy](https://spacy.
31
33
- Sentiment analysis
32
34
- Span categorization
33
35
- Summarization
36
+
- Soon:
37
+
- Entity linking
38
+
- Semantic role labeling
34
39
- Easy implementation of **your own functions** via [spaCy's registry](https://spacy.io/api/top-level#registry) for custom prompting, parsing and model integrations
0 commit comments