From e1b49c3fb4493a7223b5ef55bff85f3176ff61ab Mon Sep 17 00:00:00 2001 From: Anton Larin Date: Thu, 7 Sep 2023 18:32:45 +0200 Subject: [PATCH] remove old static resources from the Flask application, forgotten leftover. --- application/templates/index.html | 215 ------------------------------- 1 file changed, 215 deletions(-) delete mode 100644 application/templates/index.html diff --git a/application/templates/index.html b/application/templates/index.html deleted file mode 100644 index 1d78ccad..00000000 --- a/application/templates/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - DocsGPT 🦖 Preview - - - - - - - - - - - - - - - - - -
-

DocsGPT 🦖 Preview

-
- About - {% if not api_key_set %} - - {% endif %} -
-
- - - - - - -
-
-
-
- -
-
-

Hello, ask me anything about this library. Im here to help

-
-
-

How to merge tables?

-
-
-

To merge two tables in pandas, you can use the pd.merge() function. The basic syntax is:
-pd.merge(left, right, on, how)
-where left and right are the two tables to merge, on is the column to merge on, and how is the type of merge to perform.
-For example, to merge the two tables df1 and df2 on the column 'key', you can use:
-pd.merge(df1, df2, on='key', how='left')
-This will return a new DataFrame with all the columns from both tables, and only the rows that match the 'key' column.

-
- -
-
- -
-
- - -
-
- - - - -
-
-
-

This is a chatbot that uses the GPT-3, Faiss and LangChain to answer questions

-
-

The source code is available on Github


-

Currently It uses python pandas documentation, so it will respond to information relevant to pandas. If you want to train it on different documentation - please follow this guide


-

If you want to launch it on your own server - follow this guide


- - -
- - - - - - -
- - - -
-
- -
- - -
- - - - -{% if not api_key_set %} - -