Spaces:
Runtime error
Runtime error
jerome-white
commited on
Commit
•
40a1ce9
1
Parent(s):
01851b4
Clarity and formatting
Browse files- static/howto.md +4 -9
static/howto.md
CHANGED
@@ -8,12 +8,10 @@ clicking the button marked, "Select and upload your files". Documents
|
|
8 |
should be one of the types supported by OpenAI; a list can be found
|
9 |
[here](https://platform.openai.com/docs/assistants/tools/file-search/supported-files). Once
|
10 |
uploaded, the document names will appear in the text box beneath the
|
11 |
-
upload button.
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
box at the bottom of the column and press "enter." The response to
|
16 |
-
your request will be displayed in the larger box above it.
|
17 |
|
18 |
You can add documents at any time during your interaction. To remove
|
19 |
documents, reload the website and begin a new session; uploading new
|
@@ -22,16 +20,13 @@ best-practices are advisable:
|
|
22 |
|
23 |
* Do not upload documents that contain information you want to keep
|
24 |
secret, or are uncomfortable exposing to OpenAI.
|
25 |
-
|
26 |
* Responses will be based on all of the documents you upload. Make
|
27 |
sure the current documents you have uploaded pertain to the
|
28 |
questions you will be asking. Extraneous documents may reduce the
|
29 |
focus -- and potentially the accuracy -- of the model's responses.
|
30 |
-
|
31 |
* Having some idea of what is in your document set is a good
|
32 |
idea. That will allow you to judge whether the model is making
|
33 |
things up; and if so, to what extent.
|
34 |
-
|
35 |
* If the answer to a question is important, ask the question in a few
|
36 |
different ways. The model's ability to answer similar questions
|
37 |
consistently is some evidence that it is doing the right thing.
|
|
|
8 |
should be one of the types supported by OpenAI; a list can be found
|
9 |
[here](https://platform.openai.com/docs/assistants/tools/file-search/supported-files). Once
|
10 |
uploaded, the document names will appear in the text box beneath the
|
11 |
+
upload button. From there you can begin chatting with your data. The
|
12 |
+
column on the right provides an interface to do so. Type a question
|
13 |
+
into the small box at the bottom of the column and press "enter." Your
|
14 |
+
message and its response will be displayed in the larger box above it.
|
|
|
|
|
15 |
|
16 |
You can add documents at any time during your interaction. To remove
|
17 |
documents, reload the website and begin a new session; uploading new
|
|
|
20 |
|
21 |
* Do not upload documents that contain information you want to keep
|
22 |
secret, or are uncomfortable exposing to OpenAI.
|
|
|
23 |
* Responses will be based on all of the documents you upload. Make
|
24 |
sure the current documents you have uploaded pertain to the
|
25 |
questions you will be asking. Extraneous documents may reduce the
|
26 |
focus -- and potentially the accuracy -- of the model's responses.
|
|
|
27 |
* Having some idea of what is in your document set is a good
|
28 |
idea. That will allow you to judge whether the model is making
|
29 |
things up; and if so, to what extent.
|
|
|
30 |
* If the answer to a question is important, ask the question in a few
|
31 |
different ways. The model's ability to answer similar questions
|
32 |
consistently is some evidence that it is doing the right thing.
|