README.md (833B)
1 [](https://github.com/pre-commit/pre-commit) 2 3 # Knowledge Search 4 5 Knowledge search is a graph database based recommendation search trying to be 6 multi modal across sources and giving you better resultsthan a conventional 7 fulltext search does. 8 9 Please not that this is ALPHA software. It is mainly for personal use 10 so fixes will be slow or never happen. Features PRs are appreciated but I will 11 focus on implementing things that I care about. 12 13 ## Commit Guideline 14 15 Please use [conventional commits](https://www.conventionalcommits.org). You can use the pre-commit script to ensure you 16 do use conventional commits by running `pre-commit install -t prepare-commit-msg -t commit-msg` 17 after [installing pre-commit](https://pre-commit.com/#install).