Live data from Hacker News

Experimenting with GPTs custom actions, an example written in Rust

danielegarbagnati.com

1–4 of 4 posts

Re: Experimenting with GPTs custom actions, an example written in Rust

#4
post #3

This is a really nice write-up, makes me want to try it out. It seems this could enable a sort of "multiplayer" functionality with a RAG approach. Maybe for researchers wanting to compare their findings or text RPGs?

Thank you! It's great to hear that you appreciated it. You know what? It actually is a good idea, maybe we can implement a PoC with huggingface/candle bert embeddings and a vector database! I bet some applications in the GPT store are using this concept (for example Consensus).