Show HN: Knowledge Sharing Protocol 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. As you mentioned, if LLMs are not required, I don't see the novelty - it basically is search on embeddings. GPT Assistants readily offer this, with options to customize.