Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtrnord/knowledge-search
https://github.com/mtrnord/knowledge-search
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtrnord/knowledge-search
- Owner: MTRNord
- License: agpl-3.0
- Created: 2023-03-23T15:12:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-13T20:06:55.000Z (over 1 year ago)
- Last Synced: 2024-10-14T15:14:25.407Z (23 days ago)
- Language: Rust
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
# Knowledge Search
Knowledge search is a graph database based recommendation search trying to be
multi modal across sources and giving you better resultsthan a conventional
fulltext search does.Please not that this is ALPHA software. It is mainly for personal use
so fixes will be slow or never happen. Features PRs are appreciated but I will
focus on implementing things that I care about.## Commit Guideline
Please use [conventional commits](https://www.conventionalcommits.org). You can use the pre-commit script to ensure you
do use conventional commits by running `pre-commit install -t prepare-commit-msg -t commit-msg`
after [installing pre-commit](https://pre-commit.com/#install).