File size: 859 Bytes
0e6440f
45c615c
 
 
 
0e6440f
e5b3236
0e6440f
 
e5b3236
45c615c
 
0e6440f
 
e5b3236
 
0e6440f
e5b3236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45c615c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: GOOGLE AGENT FOR GHS SUTHUKENY
emoji: 🌍
colorFrom: purple
colorTo: yellow
sdk: streamlit
sdk_version: 1.29.0
app_file: app.py
pinned: false
license: mit
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/6625143e4a1390de0a78f39b/c5fvzXnER_aNd3XweX6l5.png
---

# Mixtral Search Engine

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

## Docker Setup

If you prefer using Docker, follow these steps:

1. Clone the repository.
2. Create a `.env` file to store API credentials.

   ```
   HF_TOKEN = ...
   GOOGLE_SEARCH_ENGINE_ID = ...
   GOOGLE_SEARCH_API_KEY = ...
   BING_SEARCH_API_KEY = ...
   ```

3. Build docker image using

   ```
   docker build -t mixtral-search .
   ```

4. Run the image using

   ```
   docker run --env-file .env -p 8501:8501 mixtral-search
   ```