Welcome to the documentation for the “GPT on My Website” Tool! This Tool is designed to provide you with answers
to your questions about any website using the power of GPT. Whether you are a marketer, researcher, or business owner,
this Tool will assist you in gaining valuable insights and information about any website effortlessly.
The “GPT on My Website” Tool leverages advanced natural language processing and machine learning techniques to analyze
the content of a website and generate accurate responses to your questions. By inputting a website URL and a question,
the Tool harnesses the power of GPT to provide you with insightful answers based on the website’s content.
With its user-friendly interface and powerful AI capabilities, this Tool makes extracting knowledge from websites
more accessible and efficient.
Website Analysis:
The “GPT on My Website” Tool performs a comprehensive analysis of the content on the specified website. It examines the text to
gain a deep understanding of the website’s information. This analysis enables the Tool to provide accurate and relevant answers
to your questions.
Natural Language Processing and Machine Learning Capabilities:
The Tool utilizes natural language processing techniques to understand the context and meaning of your questions. It analyzes the
content of the website to generate accurate and informative responses. This ensures that you receive insightful answers that
address your specific queries.
User-Friendly Interface:
The “GPT on My Website” Tool features a user-friendly interface. Simply enter the URL of the website and your question, and the
Tool will generate prompt and informative responses. The intuitive design ensures a seamless and enjoyable user experience, allowing
you to focus on the insights rather than the technicalities.
Locate the Tool in the template page and click on Use template.
You can use the Tool as is or
clone it.Follow these steps to extract valuable insights from any website:
Enter Website URL: Provide the URL of the website you want to analyze. Ensure that the website is accessible and available online.
The Tool will analyze the content of the website to generate responses to your questions.
Input Question: Enter your question or prompt in the designated field. Be clear and specific to receive accurate and relevant responses.
The Tool utilizes natural language processing to understand the context of your question.
You can even instruct the Tool to format the output in your desired way.
LLMs are not designed or trained for statistical analysis. Questions like
“How many projects were conducted?” or “What was the overall success on the x projects?”
are likely to raise the “I could not find the answer” response unless there is a note in
the provided information stating the answer.
Run the Tool: Once you have entered the website URL and your question, click the “Run Tool” button (on the App page) or use
the run options on your data table (bulk/single run) to initiate the the analysis process.
The Tool will process the website’s content and generate a response based on the information extracted from the website.
View Answer: The Tool will provide you with a response to your question based on the content and context of the website.
The answer will be displayed in a clear and concise format, allowing you to quickly access the insights you need.
If you clone
a template, or make a Tool from scratch, you will have access to the
Build tab. Build is where one put together different components to build a Tool suitable for
their needs.
Both inputs in this Tool are of Text input. The first one is to provide a URL and the second
one to enter a question.Text input:
An input text component suitable for short text pieces, such as name, topic, a question.
There are 5 components under the Tool steps in this analysis flow. These components take care of three
tasks: extracting the website content, preparing the data for search, and the LLM step.
URL control
A Javascript code component is available to Run Javascript codes when necessary.In this Tool, the code-snippet checks the URL format.
Scrape the website
Extract Website Content is a ready-to-use
component for scraping website contents. All that is needed a a URL to a website which
allows scraping.
Split text
Split text breaks large text content
such as a PDF file or content of a scraped website to smaller chunks of text.
When working with large amount of text for tasks such as question-answering,
it is unlikely that the whole content all-together is the answer to a given question.
Therefore, it is highly recommended to break the content into smaller chunks (i.e.
text splitting).
Vectorize and search array
Vectorize and search:Vectors are representation of data in vector space. In other words,
vectors are numeric representationds in which items that are semantically
close to each other are located close to one another as well.
This is a how AI and many machine learning algorithms work accurately.
The Vectorize and search component takes the source content (e.g. content
of a PDF file) and a query, vectorizes the data and query and returns the
most relevance piece in the data source as the answer to the query.
A large language model component is all set up to provide
you access to GPT (and many other LLMs).
In the prompt section, you will provide the required information as well as instructions to what
is expected to be done.A Good Prompt
Provide the context at the top
Be short and precise with your instruction/request from the LLM
Note what you expect instead of noting what you don’t want