Releases: gurveervirk/ToK
Releases · gurveervirk/ToK
v1.0.6
v1.0.5
Additions
- Added swagger to flask app for easier testing and doc
Fixes
- Minor bug fix in flask app, unintentionally writing settings to settings.json, causing errors
v1.0.4.3
Fixes
- Now checks if metadata exists before uploading to Neo4j
- Now always reads password as a string
v1.0.4.2.1
Fixes
- Fixed main.py not using Neo4jvectorstore
v1.0.4.2
Fixes
- Fixed backend not updating connection settings
- Fixed backend not properly adding new documents
- Fixed backend not respecting system arch when starting neo4j
v1.0.4.1
Changes
- Modified to a single working platform-agnostic exe
v1.0.4
Additions
- Settings and Prompts exposed to UI
Improvements
- Added date to every session created for better division
v1.0.3
Additions
- LLM select and pull options
- Additional metadata for files
- Folder selection
v1.0.2
Fixes
- Localized Bootstrap
- Fixed cleanup not properly terminating ollama server
Improvements
- Implemented streaming output (chatgpt-esque)
- Uses chrome as browser, if available
v1.0.1
Fixes
Added cl100k_base.tiktoken in tiktoken_cache for fully local and offline running: llama-index, by default, uses this tokenizer
Future fixes
Use bootstrap locally for CSS