Aerostack
Aerostack
settings

Semantic Search

DevOps
Updated Mar 13, 2025
GitHub
terminal — aerostack cli
$npx aerostack add aerostack/semantic-search
smart_toy

Use with AI Assistants

MCP

Connect Claude, Cursor, or any MCP-compatible client — then call this function by slug

① Add MCP Server

Add this once — access all Aerostack functions from your AI tool.

claude_desktop_config.json
{
  "mcpServers": {
    "aerostack": {
      "url": "https://mcp.aerostack.dev",
      "type": "http"
    }
  }
}

② Call this function

Ask your AI to use the call_function tool with this slug:

call_function
call_function({
  slug: "semantic-search",
  args: {}
})

Semantic Search

Replace keyword search with meaning-based search. Ingest any text content and query with natural language.

Endpoints

MethodPathDescription
POST/ingestIndex content for search
POST/searchSemantic search query
POST/search/multiSearch across multiple queries
GET/docsList indexed content
DELETE/docs/:docIdRemove content
GET/healthStatus check

Metadata

upgradeVersion1.0.0
gavelLicenseMIT
languageLanguagejavascript
cloudProvidercloudflare-worker

Tags

deployed_code

Build and publish your own functions

Write a TypeScript function, deploy it to the edge, and share it with thousands of developers — in minutes.

Similar Functions

View all →