Taxi order intake through chat — with validation and driver matching

A client leaves a request in chat — AI parses it, records the order in Postgres, matches an active driver (with Redis fast memory) and returns a validated response.

  • Requests are parsed and validated without a dispatcher
  • A driver is matched automatically, from the active ones
  • Fast Redis memory speeds up repeat lookups
  • Orders are neatly recorded in Postgres
Postgres Tool