You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/en/5.1.-AI-chat-based-analysis.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The AI Chat tab in the main window allows you to discuss certain aspects of your
10
10
11
11
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.
12
12
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.
14
14
15
15
## 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.
17
17
- Use this as a first exploration and to familiarize yourself with the data.
18
18
- 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).
19
19
@@ -43,7 +43,7 @@ Remember that this is a **chat:** you can ask follow-up questions or discuss the
43
43
- Allows you to analyze selected passages from empirical documents with the AI.
44
44
- Provides support or additional ideas during the detailed text interpretation phase.
45
45
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, rightclick 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:
47
47
48
48
<imgsrc="https://github.com/user-attachments/assets/0554a1b0-ee82-433e-bfd1-2f9065df833c"width=500emalt="Screenshot text analysis submenu">
49
49
@@ -67,12 +67,12 @@ If you want to **define your own types of text analysis**, you can do so by addi
67
67
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:
68
68
69
69
-**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
71
71
-**Analyze differences** will examine whether there are significant differences between your empirical cases/documents with regard to the selected code.
72
72
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.
74
74
75
75
## 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.
77
77
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