Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-19 | 1.5 kB | |
v0.7.0_ Supporting arbitrarily long docs and various new tasks source code.tar.gz | 2024-01-19 | 1.0 MB | |
v0.7.0_ Supporting arbitrarily long docs and various new tasks source code.zip | 2024-01-19 | 1.2 MB | |
Totals: 3 Items | 2.2 MB | 0 |
✨ New features and improvements
- NEW: Support arbitrarily long docs leveraging map-reduce and document sharding. Read more here (#332)
- NEW: New tasks -
EntityLinkingTask
: use LLMs to link entity mentions in texts to entities in a custom knowledge base. Read more here (#241)TranslationTask
: translate documents from and to arbitrary languages. Read more here (#396)RawTask
: prompt models with only doc content, no prompt scaffolding, for a maximum of flexibility. Read more here (#395)- Allow custom endpoints for all models to support usage of fine-tuned models (#390)
🔴 Bug fixes
- Fix issues with previously incomplete integration of LangChain objects (#417)
⚠️ Backwards incompatibilities
No backwards incompatibilities w.r.t. v0.6.x.
📖 Documentation and examples
- Descriptions of
EntityLinkingTask
,TranslationTask
andRawTask
(https://github.com/explosion/spaCy/pull/12988, https://github.com/explosion/spaCy/pull/13183, https://github.com/explosion/spaCy/pull/13180) - Introduction to and description of doc sharding/map-reduce for the support of infinitely long docs (https://github.com/explosion/spaCy/pull/13214)
👥 Contributors
@honnibal, @ines, @rmitsch, @svlandeg