diff --git a/README.md b/README.md index aeff0e00..51d5910d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ + -# spacy-llm: Integrating LLMs into structured NLP pipelines +

+spacy-llm +
Structured NLP with LLMs +

+

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/explosion/spacy-llm/test.yml?branch=main)](https://github.com/explosion/spacy-llm/actions/workflows/test.yml) [![pypi Version](https://img.shields.io/pypi/v/spacy-llm.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/spacy-llm/) @@ -16,7 +21,8 @@ This package integrates Large Language Models (LLMs) into [spaCy](https://spacy. - **[OpenAI](https://platform.openai.com/docs/api-reference/)** - **[Cohere](https://docs.cohere.com/reference/generate)** - **[Anthropic](https://docs.anthropic.com/claude/reference/)** - - **[PaLM](https://ai.google/discover/palm2/)** + - **[Google PaLM](https://ai.google/discover/palm2/)** + - **[Microsoft Azure AI](https://azure.microsoft.com/en-us/solutions/ai)** - Supports open-source LLMs hosted on Hugging Face 🤗: - **[Falcon](https://huggingface.co/tiiuae)** - **[Dolly](https://huggingface.co/databricks)** @@ -33,10 +39,13 @@ This package integrates Large Language Models (LLMs) into [spaCy](https://spacy. - Sentiment analysis - Span categorization - Summarization + - Entity linking + - Translation + - Raw prompt execution for maximum flexibility - Soon: - - Entity linking - Semantic role labeling - Easy implementation of **your own functions** via [spaCy's registry](https://spacy.io/api/top-level#registry) for custom prompting, parsing and model integrations +- Map-reduce approach for splitting prompts too long for LLM's context window and fusing the results back together ## 🧠 Motivation diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 00000000..352e093e Binary files /dev/null and b/assets/logo.png differ