forked from momaabna/QGPTAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
53 lines (45 loc) · 2.63 KB
/
README.html
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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>QGPT Agent Documentation</title>
</head>
<body>
<h1>QGPT Agent Documentation</h1>
<h2>Introduction</h2>
<p>QGPT Agent is a plugin for QGIS that allows users to interact with QGIS using natural language commands. It utilizes the advanced natural language processing capabilities of the OpenAI GPT model to automate various processes in QGIS. This significantly reduces the time and effort required to complete various tasks in QGIS.</p>
<video src="https://user-images.githubusercontent.com/20235263/235729556-5913541c-c408-459d-bfad-1ce754c14542.mp4" data-canonical-src="https://user-images.githubusercontent.com/20235263/235729556-5913541c-c408-459d-bfad-1ce754c14542.mp4" controls="controls" muted="muted" class="d-block rounded-bottom-2 border-top width-fit" style="max-height:640px; min-height: 200px">
</video>
<h2>Installation</h2>
<ol>
<li>Open QGIS and go to the "Plugins" menu.</li>
<li>Select "Manage and Install Plugins".</li>
<li>In the "All" tab, search for "QGPT Agent".</li>
<li>Click on "Install Plugin" to install QGPT Agent.</li>
</ol>
<h2>Usage</h2>
<ol>
<li>Open QGIS and load the data you want to work with.</li>
<li>In the QGIS menu, go to "Plugins" and select "QGPT Agent".</li>
<li>The QGPT Agent dialog box will appear. Type your natural language command in the text box provided.</li>
<li>Press "Enter" or click on "Execute" to execute the command.</li>
</ol>
<h2>Commands</h2>
<p>QGPT Agent supports a wide range of natural language commands but commands, try to write command properly.</p>
<h2>Chat</h2>
<p>It can be worked as chat to answer your questions</p>
<h2>Limitations</h2>
<ul>
<li>QGPT Agent requires an internet connection to use the OpenAI GPT model for natural language processing.</li>
<li>QGPT Agent may not recognize some natural language commands correctly.</li>
<li>QGPT Agent may not be able to perform some complex tasks that require multiple steps or complex workflows.</li>
<li>QGPT Agent may not be suitable for users who prefer a more hands-on approach to working with QGIS.</li>
</ul>
<h2>Conclusion</h2>
<p>QGPT Agent is a powerful plugin that can help users automate various processes in QGIS using natural language commands. It utilizes the advanced natural language processing capabilities of the OpenAI GPT model to interpret natural language commands and execute them in QGIS. Although QGPT Agent has some limitations, it can be a valuable tool for users who want to streamline their workflow and save time and effort when working with QGIS.</p>
<h2>To be Done</h2>
<ul>
<li>Adding long-term memory</li>
<li></li>
</ul>
</body>
</html>