Metadata-Version: 2.4
Name: routir
Version: 0.0.1a0
Summary: A short description of your package
Author-email: Eugene Yang <eugene.yang@jhu.edu>
Maintainer-email: Eugene Yang <eugene.yang@jhu.edu>
License: MIT
Keywords: python,package
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: lark
Requires-Dist: quart
Requires-Dist: optimum
Requires-Dist: trecrun
Requires-Dist: hypercorn
Requires-Dist: openai

# Search Service for SCALE 25

```bash
python -m src.serve config.json
```

### 📁 Search Service Implementation

For an easy-to-use implementation of the search service, refer to the [`automated_search_service`](./automated_search_service) directory.
