dolphinium commited on
Commit
42a7bc0
·
verified ·
1 Parent(s): 1ee3b0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -9,4 +9,18 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # 💊 PharmaCircle AI Data Analyst v2
13
+
14
+ This is a Gradio application that acts as an AI-powered data analyst for the PharmaCircle Solr database. It uses a Large Language Model (LLM) to translate natural language questions into Solr queries, executes them, and then generates visualizations and reports based on the results.
15
+
16
+ ## Required Secrets
17
+
18
+ To run this space, you will need to set the following secrets in the "Settings" tab of your Hugging Face Space:
19
+
20
+ - `SSH_HOST`: The hostname or IP address of the SSH server for the tunnel.
21
+ - `SSH_USER`: The username for the SSH connection.
22
+ - `SSH_PASS`: The password for the SSH connection.
23
+ - `SOLR_USER`: The username for the Solr database.
24
+ - `SOLR_PASS`: The password for the Solr database.
25
+ - `GEMINI_API_KEY`: Your Google Gemini API key.
26
+