Skip to content

Commit

Permalink
update the componnet index
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 3, 2024
1 parent af271a0 commit ba5827a
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions docs/source/apis/components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,28 @@ Overview
----------
.. autosummary::

components.agent
components.model_client
components.data_process
components.agent.react

.. components.reasoning
components.model_client.anthropic_client
components.model_client.cohere_client
components.model_client.google_client
components.model_client.groq_client
components.model_client.openai_client
components.model_client.transformers_client
components.model_client.utils

components.retriever
components.output_parsers
components.data_process.data_components
components.data_process.text_splitter

components.reasoning.chain_of_thought

components.retriever.bm25_retriever
components.retriever.faiss_retriever
components.retriever.llm_retriever
components.retriever.postgres_retriever
components.retriever.reranker_retriever

components.output_parsers.outputs


Output Parsers
Expand Down

0 comments on commit ba5827a

Please sign in to comment.