Skip to content

Releases: snexus/llm-search

Fix API issue

12 Jan 03:43
13927a9
Compare
Choose a tag to compare

v0.8.3

08 Dec 07:33
593e6f0
Compare
Choose a tag to compare
  • Add support for OpenAI embeddings
  • Bump core dependencies and migrate the code to Langchain > 0.3, update calls to deprecated methods.

v0.8.2

06 Nov 14:49
0f162ba
Compare
Choose a tag to compare
  • Fix condition when no tables are present in Azure table parser.

v0.8.1

06 Nov 10:47
8a14ab3
Compare
Choose a tag to compare
  • Fix image processing edge cases and more robust handling of Geminit API responses when parsing images

v0.8.0

08 Oct 10:45
772a937
Compare
Choose a tag to compare
  • 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

30 Aug 10:18
b5fc35b
Compare
Choose a tag to compare
  • 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

25 Aug 07:41
bd0cbf6
Compare
Choose a tag to compare
  • Update dependencies which also fixes a bug with accelerate=0.22

v0.7.2

21 Jul 09:25
5fcf3f9
Compare
Choose a tag to compare
  • Add flags and doc clarification for #112
  • Fix support for sentence transformers to enable new embedding models, such as gte-large-en
  • Add "clear history" to conversation memory and fix a bug when previous memory wasn't cleared properly in some cases.

v0.7.1

14 Jun 08:56
8bdb6ba
Compare
Choose a tag to compare
  • Update dependencies
  • Refactor the code to support Langchain v0.2

v0.7.0

29 Mar 09:40
1caa920
Compare
Choose a tag to compare
  • Add support for conversation history (#101)