Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.29 KB

File metadata and controls

43 lines (26 loc) · 1.29 KB

Project Information

This document contains general information about the dir-assistant project, including new features, upgrade instructions, limitations, and acknowledgements.

Table of Contents

  1. New Features
  2. Upgrading
  3. Limitations
  4. Additional Help
  5. Acknowledgements

New Features

  • The embedding index is now separated by embedding model. This means you can switch between embedding models without needing to re-index files.

Upgrading

Some version upgrades may have incompatibility issues in the embedding index cache. Use this command to delete the index cache so it may be regenerated:

dir-assistant clear

Limitations

  • Dir-assistant only detects and reads text files at this time.

Additional Help

Use the -h argument with any command or subcommand to view more information. If your problem is beyond the scope of the helptext, please report a Github issue.

Acknowledgements

  • Local LLMs are run via the fantastic llama-cpp-python package
  • API LLMS are run using the also fantastic LiteLLM package
  • Special thanks to Blazed.deals for sponsoring this project.