mongodb / chatbot

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
https://mongodb.github.io/chatbot/
Apache License 2.0
106 stars 49 forks source link

(EAI-177): Implement FAQ Finder #292

Closed cbush closed 6 months ago

cbush commented 6 months ago

Jira: https://jira.mongodb.org/browse/EAI-177

Changes

Example FAQ entry document:

image

Notes

The intention is to run this on cron maybe daily or every five days. Because each run stores the timestamp, we'll be able to look at trends in FAQ over time.

For verified answers, the next step is to script a transfer from the faq collection to a yaml document that can be filled out by a human, per the spec.

mongodben commented 6 months ago

i notice CI not running on this PR. do you know why that might be?

cbush commented 6 months ago

I haven't pushed upstreammmm