Hi everyone,
I am exploring the possibility of using an AI chat bot to aggregate and respond to real estate-related content on a Discourse forum. The content in the forum typically includes:
- Street names, wards, districts, provinces/cities.
- Dimensions (width, length, area), selling or rental prices.
- Types of real estate: townhouses, villas, vacant land, buildings, apartments.
My key question is:
- Can an AI chat bot analyze and summarize around 1,000 recent topics from the forum and respond to queries requiring min/max filtering? For example:
- Price range: “Looking for properties priced from 20 billion to 100 billion.”
- Frontage width (min): “Minimum frontage width of 6m.”
- Area (min/max): “Area must fall within a specific range.”
- If the forum’s topics are unstructured (not separated into specific fields like price, width, area), can the AI bot process this unstructured data effectively and filter it based on the above criteria to produce relevant results through a chat interface?
- Are there any recommended approaches or tools/plugins to integrate such an AI bot within a Discourse forum?
Thank you!