Releases: shcherbak-ai/contextgem
Releases · shcherbak-ai/contextgem
v0.4.1
v0.4.0
Support for local SaT model paths in Document's sat_model_id
parameter.
v0.3.0
Expanded JsonObjectConcept to support nested class hierarchies, nested dictionary structures, lists containing objects, and literal types.
v0.2.4
Fixed
- Removed 'think' tags and content from LLM outputs (e.g. when using DeepSeek R1 via Ollama) which was breaking JSON parsing and validation
Added
- Documentation for cloud/local LLMs and LLM configuration guide
v0.2.3
Updated litellm dependency version after encoding bug has been fixed upstream. Updated README.
v0.2.2
Refactored DOCX converter internals for better maintainability. Updated README. Added CHANGELOG.
v0.2.1
Fix: encoding bug in litellm > v1.67.1. Docs update.
v0.2.0
DocxConverter - convert DOCX files to ContextGem Document objects, while preserving document structure with rich metadata for improved LLM analysis.
v0.1.2
Fixed Azure OpenAI params for o1/o3. Added reasoning_effort param for o1/o3. Added LLM chat. Updated docs & tests.
v0.1.1.post1
Updated docs and dev setup