forked from the-crypt-keeper/tldw
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Showing
17 changed files
with
630 additions
and
443 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,19 @@ | ||
# Chat_Pipeline.py | ||
# | ||
# Description: This file contains functions related to the prompt modification pipeline, available as a means of | ||
# complex prompt modification/replacement without modification of original intent/messaging. | ||
# | ||
# Imports | ||
import os | ||
# | ||
# 3rd-party Libraries | ||
# | ||
# Local Imports | ||
# | ||
####################################################################################################################### | ||
# | ||
# Functions: | ||
|
||
# | ||
# End of Chat_Pipeline.py | ||
####################################################################################################################### |
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
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,24 @@ | ||
# Research_Manager.py | ||
# | ||
# Description: This file contains functions related to the research manager functionality | ||
# Handles all functionality related to 'research', including the management of 'research' data, the retrieval of | ||
# 'research' data, and final creation of 'research' reports. | ||
# | ||
# Imports | ||
import os | ||
# | ||
# 3rd-party Libraries | ||
# | ||
# Local Imports | ||
# | ||
######################################################################################################################## | ||
# | ||
# Functions: | ||
|
||
|
||
|
||
|
||
|
||
# | ||
# End of Research_Manager.py | ||
####################################################################################################################### |
Empty file.
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
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
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,25 @@ | ||
# Chunking | ||
|
||
## Overview | ||
- Chunking is the process of breaking down a document into smaller pieces, or "chunks". This is useful for a variety of reasons, such as: | ||
- | ||
|
||
|
||
|
||
|
||
|
||
|
||
### Types of Chunking | ||
|
||
|
||
### Implementation in tldw | ||
- | ||
|
||
|
||
|
||
### Link Dump: | ||
https://gleen.ai/blog/agentic-chunking-enhancing-rag-answers-for-completeness-and-accuracy/ | ||
|
||
|
||
|
||
|
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
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
Oops, something went wrong.