Skip to content

Releases: ekjaisal/WovenSnips

WovenSnips v1.1.0

15 Aug 06:40

Choose a tag to compare

This release includes:

Changes

  • Replaced pickle-based serialisation with a custom MessagePack-based solution for faster processing, enhanced security, and reduced vector store file sizes.
  • Vector store files now use the .wov extension (previously .pkl). Due to the new file format, users will have to regenerate old vector stores to use them with v1.1.0.

Improvements

  • Context retrieval system fine-tuned for improved accuracy.
  • Implemented a custom prompt template to enhance the RAG instruction.
  • Better error messages for unsupported file types, providing more details to users.

WovenSnips v1.0.1

04 Aug 04:45

Choose a tag to compare

This release includes:

New Feature

  • Added the capability to enable a local server to interact programmatically with other applications and scripts.

Improvements

  • Dynamic updation of model details directly from Straico instead of hard-coding a limited hand-picked selection.
  • Improved overall performance and UI responsiveness.
  • Minor adjustments for enhancing overall user experience.

WovenSnips v1.0.0

29 Jul 03:53

Choose a tag to compare

Initial commit