Releases: curvedinf/dir-assistant
Releases · curvedinf/dir-assistant
1.9.1
1.9.0
- Switched from euclidean distance to cosine similarity for artifact relevancy filtering. When upgrading, you will need to run
dir-assistant clear. - Added
ARTIFACT_COSINE_CUTOFFandARTIFACT_COSINE_CGRAG_CUTOFFto exclude artifacts with low cosine similarity. - Updated support for the latest version of
llama-cpp-python.
1.8.1
1.8.0
- The embedding index is now separated by model in the database. This means you can switch between embedding models without needing to re-index files.
- Indexing is now parallelized and faster.
- Fixed a bug where the context optimizer was not utilizing the whole context
1.7.0
1.6.0
Bug fixes and minor improvements
Full Changelog: 1.5.0...1.6.0
1.5.0
1.4.2
1.4.0
- Added
llama-cpp-pythonas an optional instead of required dependency downloadable
withpip install dir-assistant[recommended] - Official Windows support
- Custom API server connections using the new LiteLLM completion settings config section. This enables
you to use your own GPU rig withdir-assistant.