Hello Team! I am in the process of developing a mediation chatbot to facilitate conversations between two parents (Parent1 and Parent2) without a predefined knowledge base. I am considering using Llama Index but have some queries. Can Llama Index be suitable for a scenario without a knowledge base? How can I configure the chatbot to allow independent engagement for Parent1 and Parent2? Also, how can the chatbot effectively address their issues and summarize the conversations for submission to a Mediator? Your guidance on the feasibility of Llama Index in this context and any alternative solutions would be greatly appreciated. Thank you for your valuable insights.
@Logan M how we can create the chat bot without the knowledge base, the bot will learn from the current user information. Answer it on the base of current situation. could you please help here
You could dynamically write a system prompt as a chat goes, along with having some process to post-process chat messages and insert them into a db and also retrieve
But btw, maybe I need to set some expectations. I'm not here to brainstorm or respond to direct pings. I'll help people out who have immediate bugs with the library or features, it's free support.
You are a developer, you are also smart enough to think of these approaches as well π