Skip to content

v0.3.0: Cohere, Anthropic, OpenLLaMa, StableLM + prompt & response logging + streamlit demo + lemmatization

Choose a tag to compare

@rmitsch rmitsch released this 14 Jun 09:42
· 174 commits to main since this release
6f800a5

✨ New features and improvements

  • NEW: Optional storing of prompts and responses in Doc objects (#127)
  • NEW: Optional logging of prompts and responses (#80)
  • NEW: Streamlit demo (#102)
  • NEW: Support for Cohere in backend spacy.REST.v1 (#165)
  • NEW: Support for Anthropic in backend spacy.REST.v1 (#157)
  • NEW: Support for OpenLLaMA via HuggingFace with the backend spacy.OpenLLaMa_HF.v1 (#151)
  • NEW: Support for StableLM via HuggingFace with the backend spacy.StableLM_HF.v1 (#141)
  • NEW: Lemmatization task spacy.Lemma.v1 (#164)

🔴 Bug fixes

  • Fix bug with sending empty prompts if all Doc objects are cached (#166)
  • Fix issue with LangChain model creation due to updated argument name (#162)

👥 Contributors

@adrianeboyd, @bdura, @honnibal, @ines, @kabirkhan, @ljvmiranda921, @rmitsch, @svlandeg, @victorialslocum, @vin-ivar