Hey everyone, I wanted to share a guide I wrote on using a Pinecone assistant to power a Discord bot hosted on Railway.com.
I chose Pinecone because the assistant API is much easier to use than OpenAI’s assistants, since it replies directly with the LLM response instead of an ID that you have to look up with a second API call.
If you’re managing a Discord community, this can take a lot of the work out of it by handling the most common questions, and removing spam content automatically.