Find answers from the community

Updated last year

Hello Team!

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.
A
L
11 comments
@Logan M please help here.
Without a knowledge base, the most you will get from using llama-index is just the raw LLM abstractions I feel.

You could setup an agent with custom tools, but not entirely sure that will be effective here
so what you suggest here, how can we achieve this funtionality with accuracy? @Logan M
@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
please help here
give possible ideas 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 πŸ‘
Add a reply
Sign up and join the conversation on Discord