Skip to content

Commit

Permalink
deploy: 2da66b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent aae9652 commit f2159f5
Show file tree
Hide file tree
Showing 248 changed files with 333 additions and 292 deletions.
Binary file modified .doctrees/apis/core/core.types.doctree
Binary file not shown.
Binary file modified .doctrees/apis/datasets/datasets.types.doctree
Binary file not shown.
Binary file modified .doctrees/apis/datasets/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/tutorials/base_data_class.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/component.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/text_splitter.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _modules/components/agent/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/data_process/data_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/data_process/text_splitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/memory/memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
5 changes: 3 additions & 2 deletions _modules/components/model_client/anthropic_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down Expand Up @@ -460,7 +460,8 @@ <h1>Source code for components.model_client.anthropic_client</h1><div class="hig
<span class="n">anthropic</span> <span class="o">=</span> <span class="n">safe_import</span><span class="p">(</span>
<span class="n">OptionalPackages</span><span class="o">.</span><span class="n">ANTHROPIC</span><span class="o">.</span><span class="n">value</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">OptionalPackages</span><span class="o">.</span><span class="n">ANTHROPIC</span><span class="o">.</span><span class="n">value</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
<span class="p">)</span>
<span class="kn">import</span> <span class="nn">anthropic</span>

<span class="c1"># import anthropic</span>
<span class="kn">from</span> <span class="nn">anthropic</span> <span class="kn">import</span> <span class="p">(</span>
<span class="n">RateLimitError</span><span class="p">,</span>
<span class="n">APITimeoutError</span><span class="p">,</span>
Expand Down
66 changes: 36 additions & 30 deletions _modules/components/model_client/bedrock_client.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _modules/components/model_client/cohere_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/google_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/groq_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/ollama_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/openai_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/transformers_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/model_client/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/output_parsers/dataclass_parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/output_parsers/outputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/bm25_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/faiss_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/llm_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/postgres_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/qdrant_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/components/retriever/reranker_retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/base_data_class.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/db.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/embedder.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/func_tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/functional.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/model_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/prompt_builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion _modules/core/retriever.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=5422b685" />
<link rel="stylesheet" type="text/css" href="../../_static/css/custom.css?v=af51538a" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />
<link rel="stylesheet" type="text/css" href="../../_static/css/rtd_sphinx_search.min.css" />

Expand Down
Loading

0 comments on commit f2159f5

Please sign in to comment.