-
Notifications
You must be signed in to change notification settings - Fork 6
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
50ed699
commit bfeab16
Showing
15 changed files
with
3,702 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,41 @@ | ||
.. RAGoon documentation master file, created by | ||
sphinx-quickstart on Fri Jul 26 22:25:47 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
RAGoon documentation | ||
==================== | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Modules: | ||
|
||
modules | ||
ragoon | ||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
||
ragoon package | ||
=============== | ||
|
||
.. automodule:: ragoon | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
ragoon.embeddings | ||
ragoon.similarity_search | ||
ragoon.web_rag |
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 @@ | ||
ragoon package | ||
============== | ||
|
||
Submodules | ||
---------- | ||
|
||
ragoon.embeddings module | ||
------------------------ | ||
|
||
.. automodule:: ragoon.embeddings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ragoon.similarity\_search module | ||
-------------------------------- | ||
|
||
.. automodule:: ragoon.similarity_search | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ragoon.web\_rag module | ||
---------------------- | ||
|
||
.. automodule:: ragoon.web_rag | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ragoon | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.