Look at the trading cards below. They all show information about monsters. The data has been organised in a way which makes it easy to find and compare the data that is needed to answer questions.
src/ ├── api/ │ ├── axiosClient.ts # Axios instance and interceptors │ ├── endpoints.ts # API endpoint definitions │ └── queryClient.ts # React Query client configuration ├── pages/ │ ├── products ...
Swiftide is a Rust library for building LLM applications. From performing a simple prompt completion, to building fast, streaming indexing and querying pipelines, to building agents that can use tools ...