Does anyone have any ideas around best practices to ingest documents with Slack?
I want to retain as much metadata as possible for individual messages, but I want the document retrieval to maintain context of the entire conversation. I've tried this two ways:
- Each message is its own document, can sucessfully store permalink, timestamp, user in the metadata, but conversational context is lost.
- Store multiple messages in documents, cannot link to individual messages, user, timestamp metadata isn't stored due to multiple messages in the doc.
Any ideas how to solve this problem?