Show HN: A protocol for sharing knowledge via semantic lookup with use in LLMs
github.comA great way to enhance chatbots is to allow them to look up information for context, typically using a vectordb.
If you have writings you would like to share with others, you can offer a server that allows others to do semantic lookup, and that way anyone can have a chatbot which can pull from your writing.
The goal of this project is to have a protocol that makes that easy. Strictly speaking, the protocol is for semantic retrieval and doesn't require using LLMs although LLMs are the motivating application.
For far more details and how to get a demo up and running, see the readme. I'm imaging this used as a public listing of your online avatar information. So any chatbot can skip all the pleasantries and formalities of getting to know you. That's different than what I had in mind, but that's also a nice use case for this!