-
Notifications
You must be signed in to change notification settings - Fork 7
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
bfda6b3
commit cc79b46
Showing
8 changed files
with
91 additions
and
7 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
apps/docusaurus/zeusfyi/docs/mockingbird/builder/aggregations.md
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,12 @@ | ||
--- | ||
sidebar_position: 4 | ||
displayed_sidebar: mockingbird | ||
--- | ||
|
||
# Aggregations | ||
|
||
Use this to tell the AI how to aggregate the results of your analysis chunks into a rolling aggregation window. If | ||
aggregating on a single analysis, the aggregation cycle count sets how many base analysis cycles to aggregate on. If | ||
aggregating on multiple analysis, it will aggregate whenever the the underlying analysis is run. | ||
|
||
![gg](https://github.com/zeus-fyi/zeus/assets/17446735/7fa3a1f2-cf92-4442-8b7f-50841dca7f02) |
14 changes: 14 additions & 0 deletions
14
apps/docusaurus/zeusfyi/docs/mockingbird/builder/analysis.md
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,14 @@ | ||
--- | ||
sidebar_position: 3 | ||
displayed_sidebar: mockingbird | ||
--- | ||
|
||
# Analysis | ||
|
||
Token overflow strategy will determine how the AI will handle requests that are projected to exceed the maximum token | ||
length for the model you select, or has returned a result with that error. Deduce will chunk your analysis into smaller | ||
pieces and aggregate them into a final analysis result. Truncate will simply truncate the request to the maximum token | ||
length it can support. If you set the max tokens field greater than 0, it becomes the maximum number of tokens to spend | ||
per task request. | ||
|
||
![zzz](https://github.com/zeus-fyi/zeus/assets/17446735/8340c438-5b19-4684-9b19-1cb0c973a5fe) |
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
30 changes: 30 additions & 0 deletions
30
apps/docusaurus/zeusfyi/docs/mockingbird/builder/retrievals.md
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,30 @@ | ||
--- | ||
sidebar_position: 5 | ||
displayed_sidebar: mockingbird | ||
--- | ||
|
||
# Retrievals | ||
|
||
For generic retrievals we recommend you setup an API that can be called from the load balancer group for quick starting. | ||
|
||
## Web APIs via Load Balancer | ||
|
||
It will get data from each route in the load balancer group you reference here and then aggregate the results into a | ||
single response. | ||
|
||
![Sc](https://github.com/zeus-fyi/zeus/assets/17446735/6c9f79e8-4ff7-4fc3-bc57-f4d425dbff46) | ||
|
||
The website extraction and keywords feature is still in development, but coming soon you'll be able to use it, but you | ||
can | ||
save instructions for now and it will be available in the future for you to update your retrievals. | ||
|
||
## Discord | ||
|
||
It will get data from each route in the load balancer group you reference here and then aggregate the results into a | ||
single response. | ||
|
||
![Sc](https://github.com/zeus-fyi/zeus/assets/17446735/6c9f79e8-4ff7-4fc3-bc57-f4d425dbff46) | ||
|
||
The website extraction and keywords feature is still in development, but coming soon you'll be able to use it, but you | ||
can | ||
save instructions for now and it will be available in the future for you to update your retrievals. |
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 |
---|---|---|
@@ -1,9 +1,18 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_position: 1 | ||
displayed_sidebar: mockingbird | ||
--- | ||
|
||
# Intro | ||
# Usage | ||
|
||
Press Start to schedule a workflow that will run the analysis on the time intervals you've defined. It will process the | ||
data that gets generated from your search query, and then aggregate the results into over a rolling window. | ||
|
||
![zzz](https://github.com/zeus-fyi/zeus/assets/17446735/ee2eb543-e6ee-432d-8ba3-4adb81615956) | ||
|
||
## Stopping a Workflow | ||
|
||
You can stop a workflow by pressing the Stop button. It will stop the workflow from running on the next scheduled run | ||
cycle. | ||
|
||
![zzz](https://github.com/zeus-fyi/zeus/assets/17446735/b17515c7-4e6e-406f-b7c2-c9eb0119b4d8) |
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,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
displayed_sidebar: mockingbird | ||
--- | ||
|
||
# Reports | ||
|
||
Shows the outputs of each stage within the workflow. You can click on the expand row button to see the details of the | ||
mockingbird run. | ||
|
||
![ddd](https://github.com/zeus-fyi/zeus/assets/17446735/c77d77c4-0023-47f1-8196-66fdd93eeefc) |