LLM models - to work with my documents

Hi there, I want to use LLM to create a model that will use my document to create qna pairs from there , I want to integrate slack app to it so that the whenever a user questions related to the document it will answer. Any idea how it can be done?

Prompting Community Plugins / Actions builders

Hi Mellisa. You probably want to use the Assistants API. Assistants support files as part of the context.

To create a Slack bot you need to develop the webhooks Slack will interact with when actions you define happen. However, a simpler way for your first version could be by using something like make.com