This document contains general information about the dir-assistant project, including new features, upgrade instructions, limitations, and acknowledgements.
- The embedding index is now separated by embedding model. This means you can switch between embedding models without needing to re-index files.
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- Dir-assistant only detects and reads text files at this time.
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.
- 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.