Releases: jbencina/vecsync
Releases · jbencina/vecsync
v0.7.0
10 Jul 04:33
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found