Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 616 Bytes

File metadata and controls

36 lines (26 loc) · 616 Bytes

File Search Server Example

REST API for semantic file search with AI-powered summarization.

Prerequisites

Install the auggie CLI and authenticate:

npm install -g @augmentcode/auggie@prerelease
auggie login

Usage

# From the context directory
cd examples/python-sdk/context
python -m file_search_server .

# Or run directly
python file_search_server/main.py .

API Endpoints

Search Files

curl "http://localhost:3000/search?q=python"
curl "http://localhost:3000/search?q=authentication+logic"

Health Check

curl "http://localhost:3000/health"