Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.beta.adapter.com/llms.txt

Use this file to discover all available pages before exploring further.

Adapter promotes recurring real-world things — people, companies, reservations, documents — into entities. Each entity has a fixed schema, a stable id, and is resolved across every evidence source it appears in. Entities are derived from evidence. A single person mentioned in an email, a calendar event, and a Slack message resolves to one person entity, with each mention preserved as a citation. When you query the Search or Context endpoints, entity results include an entity_type field set to one of the values below.
All entity_type values
[
  "car_rental",
  "dining",
  "document",
  "event_reservation",
  "flight",
  "hotel_stay",
  "organization",
  "person",
  "purchase",
  "train"
]

All entity types

Entity TypeDescription
car_rentalCar rental reservation entity data
diningRestaurant reservation entity data
documentSearchable document/file entity with semantic search capabilities
event_reservationEvent/ticket reservation entity data
flightFlight reservation entity representing a single itinerary (one-way, round-trip, or multi-city) with one or more legs, each containing one or more segments (connections)
hotel_stayHotel reservation entity data
organizationOrganization/company extracted from evidence
personIndividual person extracted from evidence
purchasePurchase/transaction entity
trainTrain reservation entity data