Skip to content

Releases: explosion/spacy-llm

v0.1.1: small fixes

11 May 19:00
78cfe24
Compare
Choose a tag to compare
  • Update setup.cfg
  • Remove python-dotenv dependency

v0.1.0: Integrating LLMs into structured NLP pipelines

11 May 19:00
300e360
Compare
Choose a tag to compare

This package integrates Large Language Models (LLMs) into spaCy, featuring a modular system for fast prototyping and prompting, and turning unstructured responses into robust outputs for various NLP tasks, no training data required.

✨ New features

  • Serializable llm component to integrate prompts into your pipeline
  • Modular functions to define the task (prompting and parsing) and backend(model to use)
  • Support for hosted APIs and self-hosted open-source models
  • Integration with MiniChain and LangChain
  • Access to OpenAI API, including GPT-4 and various GPT-3 models
  • Built-in support for open-source Dolly models hosted on Hugging Face
  • Usage examples for Named Entity Recognition and Text Classification
  • Easy implementation of your own functions via spaCy's registry for custom prompting, parsing and model integrations

📖 Documentation and examples

👥 Contributors

@adrianeboyd, @bdura, @honnibal, @ines, @kabirkhan, @kadarakos, @koaning, @ljvmiranda921, @rmitsch, @shadeMe, @svlandeg

v0.1.0-a4

11 May 15:05
1b4219e
Compare
Choose a tag to compare
v0.1.0-a4 Pre-release
Pre-release

Final version before release

v0.1.0-a3

10 May 16:32
3fa3fc5
Compare
Choose a tag to compare
v0.1.0-a3 Pre-release
Pre-release
consistently use = in config strings (#44)

v0.1.0-a2

04 May 12:11
6d06f9e
Compare
Choose a tag to compare
v0.1.0-a2 Pre-release
Pre-release

Refactored registry functions.

v0.1.0-a1

26 Apr 08:37
1d294ad
Compare
Choose a tag to compare
v0.1.0-a1 Pre-release
Pre-release
Update version in setup.cfg. (#9)