Settings

Theme

Show HN: Knowledge Sharing Protocol via semantic lookup with use in LLMs

github.com

4 points by BerenOfEdain 2 years ago · 1 comment · 1 min read

Reader

A 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.

shouche 2 years ago

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection