LOUIS SANNA
feat(*): rename
93decd4
|
raw
history blame
392 Bytes
---
title: AnythingQ&A
emoji: 🌍
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.48.0
app_file: app.py
pinned: false
---
# Anything Q&A
A clone of the amazing https://huggingface.co/spaces/Ekimetrics/climate-question-answering.
We abstracted the code so it's easy to build another tool based on another domain.
## Build vector index
```bash
python -m climateqa.build_index
```