-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possible error when the QA retrieval_gt shape will be different (#774)
* add apply_recursive function at util * resolve possible error at the run.py retrieval * resolve possible error in other run.py while using retrieval_gt * add qa evolve api docs rst --------- Co-authored-by: jeffrey <vkefhdl1@gmail.com>
- Loading branch information
Showing
8 changed files
with
98 additions
and
33 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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
autorag.data.qa.evolve package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
autorag.data.qa.evolve.llama\_index\_query\_evolve module | ||
--------------------------------------------------------- | ||
|
||
.. automodule:: autorag.data.qa.evolve.llama_index_query_evolve | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
autorag.data.qa.evolve.openai\_query\_evolve module | ||
--------------------------------------------------- | ||
|
||
.. automodule:: autorag.data.qa.evolve.openai_query_evolve | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
autorag.data.qa.evolve.prompt module | ||
------------------------------------ | ||
|
||
.. automodule:: autorag.data.qa.evolve.prompt | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: autorag.data.qa.evolve | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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