github-trending-repos/ ├── src/ │ ├── app/ │ │ ├── layout.tsx # Root layout with metadata │ │ └── page.tsx # Main page with infinite scroll │ ├── components/ │ │ ├── RepoCard.tsx # Repository card ...
@llamaindex/chat-ui is a React component library that provides ready-to-use UI elements for building chat interfaces in LLM (Large Language Model) applications. This package is designed to streamline ...