# 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
embeddingfield (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.
This documentation site is open source. Found an issue? Edit this page (opens new window) and send us a Pull Request.
For AI Agents: View an easy-to-parse, token-efficient
Markdown version of this page. You can also replace
.html with .md in any docs URL. For paths ending in /, append
README.md to the path.
Last Updated: 9/27/2024, 9:11:36 AM