forked from run-llama/llama-lab
-
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.
Logan/update llama index (run-llama#29)
* bump llama agi to use llamaindex v0.6.13 * linting * bump llama-agi to v0.2.0
- Loading branch information
1 parent
a288fca
commit 3364c9e
Showing
18 changed files
with
123 additions
and
112 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
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 +1 @@ | ||
llama-index==0.5.22 | ||
llama-index==0.6.13 |
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,7 +1,4 @@ | ||
from .SimpleExecutionAgent import SimpleExecutionAgent | ||
from .ToolExecutionAgent import ToolExecutionAgent | ||
|
||
__all__ = [ | ||
SimpleExecutionAgent, | ||
ToolExecutionAgent | ||
] | ||
__all__ = [SimpleExecutionAgent, ToolExecutionAgent] |
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
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,7 +1,4 @@ | ||
from .AutoAGIRunner import AutoAGIRunner | ||
from .AutoStreamlitAGIRunner import AutoStreamlitAGIRunner | ||
|
||
__all__ = [ | ||
AutoAGIRunner, | ||
AutoStreamlitAGIRunner | ||
] | ||
__all__ = [AutoAGIRunner, AutoStreamlitAGIRunner] |
Oops, something went wrong.