# AI Image Search
This demo showcases Typesense's ability to perform image similarity search and image search using text descriptions.
This implementation uses Next.js 14 App Router for the front end and typesense-js (opens new window) client SDK for sending queries to Typesense.
Live Demo (opens new window) | Source Code (opens new window)
# Key Highlights
- Here's (opens new window) how to configure the collection schema to enable image search.
- Here's (opens new window) how to index large JSONL data containing base64 strings of images in batches.
- Here's (opens new window) how to configure the query parameters to search for similar images. Tip: You should exclude the
embedding
field (opens new window) from search result for faster loading speed. - Here's (opens new window) how to configure the query parameters to search for images using text descriptions.