Skip to content

Releases: shcherbak-ai/contextgem

v0.4.1

25 May 23:04
722ebce
Compare
Choose a tag to compare

Comprehensive docs on extracting aspects, extracting concepts, and LLM extraction methods.

v0.4.0

20 May 11:34
0f01b14
Compare
Choose a tag to compare

Support for local SaT model paths in Document's sat_model_id parameter.

v0.3.0

19 May 17:31
f1ffee4
Compare
Choose a tag to compare

Expanded JsonObjectConcept to support nested class hierarchies, nested dictionary structures, lists containing objects, and literal types.

v0.2.4

09 May 06:48
99e24d8
Compare
Choose a tag to compare

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

04 May 17:53
26b0bbf
Compare
Choose a tag to compare

Updated litellm dependency version after encoding bug has been fixed upstream. Updated README.

v0.2.2

02 May 01:49
608f0b7
Compare
Choose a tag to compare

Refactored DOCX converter internals for better maintainability. Updated README. Added CHANGELOG.

v0.2.1

30 Apr 19:38
a64c81b
Compare
Choose a tag to compare

Fix: encoding bug in litellm > v1.67.1. Docs update.

v0.2.0

21 Apr 02:50
dfd17af
Compare
Choose a tag to compare

DocxConverter - convert DOCX files to ContextGem Document objects, while preserving document structure with rich metadata for improved LLM analysis.

v0.1.2

14 Apr 02:25
e867bb4
Compare
Choose a tag to compare

Fixed Azure OpenAI params for o1/o3. Added reasoning_effort param for o1/o3. Added LLM chat. Updated docs & tests.

v0.1.1.post1

10 Apr 23:35
ab269e2
Compare
Choose a tag to compare

Updated docs and dev setup