Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -400,24 +400,19 @@ Title = "# PG-ATLAS - POWERGRID - AI Technical Library & Assistance System"
|
|
| 400 |
Description = """
|
| 401 |
## Welcome to the AI-Powered Search Engine
|
| 402 |
### Model Technical Specifications | Engineering — Substation Department
|
| 403 |
-
|
| 404 |
---
|
| 405 |
-
|
| 406 |
This intelligent assistant leverages **Large Language Model (LLM)** technology to provide precise, context-aware answers directly from POWERGRID's official documentation.
|
| 407 |
|
| 408 |
**Document Coverage:**
|
| 409 |
* 📑 Model Technical Specifications — Engineering (Substation) Department, POWERGRID
|
| 410 |
* ⚡ Applicable to AIS/GIS Substations up to **765kV**
|
| 411 |
* 🔄 Updated to the latest revision as on 03-May-2026.
|
| 412 |
-
|
| 413 |
---
|
| 414 |
-
|
| 415 |
**Guidelines for Effective Use:**
|
| 416 |
* Frame queries with **specific equipment names** and **voltage class** (e.g., *765kV GIS Circuit Breaker*, *400kV Surge Arrester*, *220kV Isolator*)
|
| 417 |
* Include **clause keywords** for targeted retrieval (e.g., *type test*, *insulation level*, *earthing*, *interpole cabling*)
|
| 418 |
* For comparative queries, specify the parameter of interest (e.g., *rated current*, *BIL*, *SF₆ gas pressure*)
|
| 419 |
* Clear the chat session if responses appear off-context or drift from the query intent
|
| 420 |
-
|
| 421 |
> ⚠️ *Responses are strictly based on the provided documentation. Always verify critical design parameters against the original Model TS before application.*
|
| 422 |
"""
|
| 423 |
|
|
|
|
| 400 |
Description = """
|
| 401 |
## Welcome to the AI-Powered Search Engine
|
| 402 |
### Model Technical Specifications | Engineering — Substation Department
|
|
|
|
| 403 |
---
|
|
|
|
| 404 |
This intelligent assistant leverages **Large Language Model (LLM)** technology to provide precise, context-aware answers directly from POWERGRID's official documentation.
|
| 405 |
|
| 406 |
**Document Coverage:**
|
| 407 |
* 📑 Model Technical Specifications — Engineering (Substation) Department, POWERGRID
|
| 408 |
* ⚡ Applicable to AIS/GIS Substations up to **765kV**
|
| 409 |
* 🔄 Updated to the latest revision as on 03-May-2026.
|
|
|
|
| 410 |
---
|
|
|
|
| 411 |
**Guidelines for Effective Use:**
|
| 412 |
* Frame queries with **specific equipment names** and **voltage class** (e.g., *765kV GIS Circuit Breaker*, *400kV Surge Arrester*, *220kV Isolator*)
|
| 413 |
* Include **clause keywords** for targeted retrieval (e.g., *type test*, *insulation level*, *earthing*, *interpole cabling*)
|
| 414 |
* For comparative queries, specify the parameter of interest (e.g., *rated current*, *BIL*, *SF₆ gas pressure*)
|
| 415 |
* Clear the chat session if responses appear off-context or drift from the query intent
|
|
|
|
| 416 |
> ⚠️ *Responses are strictly based on the provided documentation. Always verify critical design parameters against the original Model TS before application.*
|
| 417 |
"""
|
| 418 |
|