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).
Experimenting with OpenAI GPTs custom actions, could they be a viable alternative to traditional user interaction with software? In the blog post and shared github code repository, a working example written in Rust with OIDC authentication.