knowledge-search

git clone git://archive.git.mtrnord.blog/MTRNord/knowledge-search.git
Log | Files | Refs | README | LICENSE

README.md (833B)


      1 [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](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).