v0.3.0: Cohere, Anthropic, OpenLLaMa, StableLM + prompt & response logging + streamlit demo + lemmatization
✨ New features and improvements
- NEW: Optional storing of prompts and responses in
Docobjects (#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
Docobjects are cached (#166) - Fix issue with
LangChainmodel creation due to updated argument name (#162)
👥 Contributors
@adrianeboyd, @bdura, @honnibal, @ines, @kabirkhan, @ljvmiranda921, @rmitsch, @svlandeg, @victorialslocum, @vin-ivar