File size: 388 Bytes
cf36560
cc2ce8c
c0d0fa1
611845e
ff01f3e
cf36560
ff01f3e
cf36560
 
 
ff01f3e
cc2ce8c
 
 
 
93decd4
 
cc2ce8c
 
 
d6936f0
cc2ce8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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 anyqa.build_index
```