Skip to content

Commit 2bae506

Browse files
authored
Merge pull request #38 from ppival/patch-15
Fix grammar and clarity in AI chat documentation
2 parents 5a8c374 + 9197dda commit 2bae506

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/doc/en/5.1.-AI-chat-based-analysis.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The AI Chat tab in the main window allows you to discuss certain aspects of your
1010

1111
Note that the AI must be **fully loaded** and ready for new queries ("AI: ready" in the status bar) before you can start a chat.
1212

13-
On the left side of the Ai Chat tab, you will see a list of all previous chats in your project. Double-click on a chat (or press F2) to **edit the title** for better organization.
13+
On the left side of the AI Chat tab, you will see a list of all previous chats in your project. Double-click on a chat (or press F2) to **edit the title** for better organization.
1414

1515
## Topic analysis chat
16-
- Gives you a quick overview about a certain topic, concept or phenomenon in your empirical corpus without coding your data first.
16+
- Gives you a quick overview of a certain topic, concept, or phenomenon in your empirical corpus without coding your data first.
1717
- Use this as a first exploration and to familiarize yourself with the data.
1818
- Is based on the same search technology that also powers the [AI Assisted Coding](https://qualcoder-org.github.io/doc/en/4.2.-AI-Assisted-Coding).
1919

@@ -43,7 +43,7 @@ Remember that this is a **chat:** you can ask follow-up questions or discuss the
4343
- Allows you to analyze selected passages from empirical documents with the AI.
4444
- Provides support or additional ideas during the detailed text interpretation phase.
4545

46-
This analysis will first switch to the **text coding workspace** (Menu: Coding > Code text). There you can open a document, select the text you want to analyze, right click on it and choose "AI Text Analysis" from the context menu (will be greyed out if the AI is not yet fully loaded and ready). A submenu will open, allowing you to choose between different types of text analysis:
46+
This analysis will first switch to the **text coding workspace** (Menu: Coding > Code text). There, you can open a document, select the text you want to analyze, right-click on it, and choose "AI Text Analysis" from the context menu (will be greyed out if the AI is not yet fully loaded and ready). A submenu will open, allowing you to choose between different types of text analysis:
4747

4848
<img src="https://github.com/user-attachments/assets/0554a1b0-ee82-433e-bfd1-2f9065df833c" width=500em alt="Screenshot text analysis submenu">
4949

@@ -67,12 +67,12 @@ If you want to **define your own types of text analysis**, you can do so by addi
6767
From the AI Chat tab, click "New > New Code Analysis Chat". In the following window, select a code or a category you want to analyze, and choose between several analytic prompts:
6868

6969
- **Code summary** will give you an overview of the data associated with the selected code
70-
- **Analyze unexpected** will look for the most interesting, unexpected insights in you coded data
70+
- **Analyze unexpected** will look for the most interesting, unexpected insights in your coded data
7171
- **Analyze differences** will examine whether there are significant differences between your empirical cases/documents with regard to the selected code.
7272

73-
Note that a code analysis will send **all the data collected under that code or category** to the AI, up to the maximum input length set for the AI model, which is about 100 pages of text in the case of GPT-4 turbo. At the time of this writing (Nov 2024), sending a 100-page text to GPT-4 turbo for analysis would cost you about 60 US cents. Your actual requests are likely to be much smaller and cheaper. However, keep the cost in mind when doing extensive code analysis with the AI.
73+
Note that code analysis sends **all the data collected under that code or category** to the AI, up to the maximum input length set for the AI model, which is about 100 pages of text for GPT-4 turbo. At the time of this writing (Nov 2024), sending a 100-page text to GPT-4 turbo for analysis would cost you about 60 US cents. Your actual requests are likely to be much smaller and cheaper. However, keep costs in mind when conducting extensive code analysis with the AI.
7474

7575
## General chat
76-
- Ask the AI anything that is not directly related to your data – basically a build in ChatGPT.
76+
- Ask the AI anything that is not directly related to your data – basically a built-in ChatGPT.
7777

78-
Use this for testing and for brainstorming with the AI about theories, methodology, or what to cook for the next dinner with the research team. Note, however, that this chat has no access to your data and relies only on the internal knowledge of the language model.
78+
Use this for testing and for brainstorming with the AI about theories, methodology, or what to cook for the next dinner with the research team. Note, however, that this chat has no access to your data and relies solely on the language model's internal knowledge.

0 commit comments

Comments
 (0)