Skip to content

Releases: jbencina/vecsync

v0.7.0

10 Jul 04:33
5c84fd3

Choose a tag to compare

[0.7.0]

Added

  • Prompts now stored as text file and can be overwritten via command line #20

Fixed

  • .env file is correctly loaded, if present

v0.6.0

19 May 15:06
a5713aa

Choose a tag to compare

[0.6.0]

Added

  • Added CLI commands for assistants list and assistants clean
  • Automatic cleanup of any extra assistants in user account when initiating chat
  • Added docstrings for undocumented functions
  • Test case coverage for most OpenAI chat and vector store operations #15

Changed

  • Updated CLI chat command to vs chat
  • Refactored CLI into separate modules
  • Removed assistant ID persistence from settings file and only attempt to retrieve assistant from API

v0.5.1

15 May 05:05
77f892a

Choose a tag to compare

[0.5.1]

Fixed

  • Fixed bug where an incorrect thread ID was referenced causing chats to fail
  • Add support for Python >= 3.10

v0.5.0

02 May 23:23
d00149d

Choose a tag to compare

[0.5.0]

Added

  • Correct citation text in terminal and Gradio output
  • Multithreading for OpenAI response to better handle streaming responses

Changed

  • Refactored interfaces to own classes
  • Refactored formatters to own classes
  • Gradio and terminal now use same OpenAI access pattern

v0.4.0

01 May 03:02
f0f99de

Choose a tag to compare

[0.4.0]

Added

  • Basic Gradio chat interface with previous message history
  • Pre-commit hooks for Ruff format and check

Changed

  • Coverage report now covers all files

v0.3.0

27 Apr 21:52
23f7957

Choose a tag to compare

[0.3.0]

Changed

  • Store assistant ID locally for cleaner management
  • Updated system prompt

Fixed

  • Added missing load_dotenv() to CLI
  • Fixed issue with non-defined ._write() command in Settings delete item
  • Fixed function typo

v0.2.0

27 Apr 19:37
d45a282

Choose a tag to compare

[0.2.0]

Added

  • Added vs command line access
  • Support for setting deletion
  • More graceful detection if Zotero not installed
  • Cross platform Zotero detection
  • Additional GHA workflows

Changed

  • OpenAI chat now correctly implements assistant
  • Chat now retains threads across sessions

v0.1.0

27 Apr 16:09

Choose a tag to compare

v0.0.1

Update readme