My personal knowledge base.
publish on:
Hosted site on github pages has some features.
- Each wiki page contains related documents. This is calculated by the cosine similarity of the document embeddings using the OpenAI API.
- The logo is touchable. it's minor but I like it.
- The Search feature is implemented using fuse.js. not good but it works.
docs/
contains my knowledge base in markdown format. no any dependencies on any other module.sites/
is the static website generated bydocs/
using gatsbyjs.embeddings/
is a pyhon module to generate document embeddings fromdocs/
and is used bysites/
.