Releases: snexus/llm-search
Releases · snexus/llm-search
Fix API issue
Addresses - #127 (thanks @guspuffygit)
v0.8.3
v0.8.2
v0.8.1
v0.8.0
- Ability to limit search to a single document.
- Support for table parsing via open-source gmft (https://github.com/conjuncts/gmft) or Azure Document Intelligence.
- Optional support for image parsing using Gemini API.
- Bug-fixes
v0.7.4: Merge pull request #118 from snexus/fix-conversation-history
- Add conversation_history setting example to the configuration template
- Fix a bug when clearing the conversation history didn't clear the cached response.
- Revert back version of llama-cpp due to compiler flags incompatibility
v0.7.3: Merge pull request #117 from snexus/wip-update-dependecies
- Update dependencies which also fixes a bug with accelerate=0.22