-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
042dce5
commit 3b2c739
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This config file is used to specify knowledge sources for collation into a knowledge base | ||
|
||
context: > | ||
For context, information relates to human players interacting in a dungeons and dragons game. | ||
There are six human players who play one character each, and one dungeon master playing many non-player characters. | ||
Players and characters: | ||
- Nick is Tigger | ||
- Christian is Bey | ||
- Otter is Vesper | ||
- Keith is Aron | ||
- Marc is Fefa | ||
- Terry is Ela | ||
The characters are guildmates of 'the hunters' from halfmoon town, and perform quests and adventures together. | ||
file_types: | ||
- txt: plain text file | ||
|
||
content_types: | ||
- transcripts: transcriptions of voice recordings of interactions between players and their characters | ||
- writings: edited content from players | ||
|
||
paths: | ||
- path: "/Users/nicholasjenkins/Documents/2307 DnD/transcripts/*/*.txt" | ||
file_type: txt | ||
content_type: transcripts | ||
- path: "/Users/nicholasjenkins/Documents/2307 DnD/writings/*/*.txt" | ||
file_type: txt | ||
writings: transcripts |