Skip to content

Commit

Permalink
deploy: 79e563d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent 0f1d692 commit d1e791c
Show file tree
Hide file tree
Showing 106 changed files with 13,615 additions and 909 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/apis/components/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
29 changes: 29 additions & 0 deletions _sources/apis/components/None/components.agent.react.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.agent.react
======================

.. automodule:: components.agent.react











.. rubric:: Classes

.. autosummary::

ReActAgent









Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
components.data\_process.data\_components
=========================================

.. automodule:: components.data_process.data_components







.. rubric:: Functions

.. autosummary::

retriever_output_to_context_str





.. rubric:: Classes

.. autosummary::

RetrieverOutputToContextStr
ToEmbeddings









Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.data\_process.text\_splitter
=======================================

.. automodule:: components.data_process.text_splitter











.. rubric:: Classes

.. autosummary::

TextSplitter









29 changes: 29 additions & 0 deletions _sources/apis/components/None/components.memory.memory.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.memory.memory
========================

.. automodule:: components.memory.memory











.. rubric:: Classes

.. autosummary::

Memory









Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.model\_client.anthropic\_client
==========================================

.. automodule:: components.model_client.anthropic_client











.. rubric:: Classes

.. autosummary::

AnthropicAPIClient









Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.model\_client.cohere\_client
=======================================

.. automodule:: components.model_client.cohere_client











.. rubric:: Classes

.. autosummary::

CohereAPIClient









Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
components.model\_client.groq\_client
=====================================

.. automodule:: components.model_client.groq_client











.. rubric:: Classes

.. autosummary::

GroqAPIClient









Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
components.model\_client.openai\_client
=======================================

.. automodule:: components.model_client.openai_client







.. rubric:: Functions

.. autosummary::

get_all_messages_content
get_first_message_content
get_probabilities





.. rubric:: Classes

.. autosummary::

OpenAIClient









Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
components.model\_client.transformers\_client
=============================================

.. automodule:: components.model_client.transformers_client







.. rubric:: Functions

.. autosummary::

average_pool





.. rubric:: Classes

.. autosummary::

TransformerEmbedder
TransformerLLM
TransformerReranker
TransformersClient









Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
components.output\_parsers.outputs
==================================

.. automodule:: components.output_parsers.outputs











.. rubric:: Classes

.. autosummary::

BooleanOutputParser
JsonOutputParser
ListOutputParser
OutputParser
YamlOutputParser









Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
components.reasoning.chain\_of\_thought
=======================================

.. automodule:: components.reasoning.chain_of_thought



















Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
components.retriever.bm25\_retriever
====================================

.. automodule:: components.retriever.bm25_retriever







.. rubric:: Functions

.. autosummary::

split_text_by_word_fn
split_text_by_word_fn_then_lower_tokenized
split_text_tokenized





.. rubric:: Classes

.. autosummary::

BM25Retriever









Loading

0 comments on commit d1e791c

Please sign in to comment.