Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbrulenaudet committed Jul 27, 2024
1 parent 50ed699 commit bfeab16
Show file tree
Hide file tree
Showing 15 changed files with 3,702 additions and 12 deletions.
Binary file added docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/build/doctrees/ragoon.doctree
Binary file not shown.
41 changes: 41 additions & 0 deletions docs/build/html/_sources/index.rst.txt
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
37 changes: 37 additions & 0 deletions docs/build/html/_sources/ragoon.rst.txt
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:
Loading

0 comments on commit bfeab16

Please sign in to comment.