BESSER-Bot-Framework icon indicating copy to clipboard operation
BESSER-Bot-Framework copied to clipboard

Provide a few default fallback methods to call OpenAI API or run some Langchain pipeline to query a file

Open mgv99 opened this issue 1 year ago • 1 comments

mgv99 avatar Nov 15 '23 14:11 mgv99

For instance, we could have at least:

  • a simple one where we just directly ask chatgpt the exact same question (as part of the configuration the bot creator should addd an openai key)
  • another one where we let the bot creator to upload (or point) to a pdf and have a langchain script that uses that pdf to try to answer the quesion

jcabot avatar Nov 17 '23 05:11 jcabot

Done with LLM and RAG (#77)

mgv99 avatar Oct 15 '24 14:10 mgv99