Etoile
Docs

Quickstart

  • Introduction
  • Index your first document
  • Make your first search
  • Pricing & Limits

Node SDK

  • Install
  • Initialize
  • Index document
  • Search

React SDK

  • Install
  • Setup
  • Styling
  • Hooks

API Reference

  • Overview
  • Index documentPOST
  • Search documentsPOST
  • List documentsGET
  • Get documentGET
  • Delete documentDELETE
  • Update documentPATCH

Examples

  • Overview
  • Index text
  • Index an image
  • Index a website
  • Use metadata
  • Search
  • Filter by collection
  • Filter by metadata
  • Smart filters
  • Search across collections
  • Paginate results
  • Update document
  • Delete a document
  • Index users
  • React searchbar
LoginGet started

Examples

See what you can do with Etoile. Index anything — text, images, URLs — and search it instantly with natural language.


Indexing

Index text

The hello world.

Index an image

Pass an image URL.

Index a website

Pass a page URL.

Use metadata

Attach extra fields.

Index users

Index user profiles.


Searching

Search

Natural language query.

Filter by collection

Search one collection.

Filter by metadata

Narrow results with structured filters.

Smart filters

AI extracts filters from the query.

Search across collections

Query multiple at once.

Paginate results

Use limit and offset.


Managing

Update document

Patch without re-indexing.

Delete a document

Remove from the index.


React

React searchbar

Drop-in search component.