Skip to content

Commit

Permalink
Deployed d33fe99 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 2, 2024
1 parent 0e7a967 commit 87f27cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1527,23 +1527,23 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
</div>
<h2 id="key-features">Key Features<a class="headerlink" href="#key-features" title="Permanent link">&para;</a></h2>
<ul>
<li>pythonic</li>
<li>easy swap between openai or local models</li>
<li>dynamic output types (pydantic models, or primitives)</li>
<li>vision llm support</li>
<li>langchain_core as backend</li>
<li>jinja templating for prompts</li>
<li>reliable structured output</li>
<li>auto retry parsing</li>
<li>langsmith support</li>
<li>sync, async, streaming, parallel, fallbacks</li>
<li>gguf download from huggingface</li>
<li>type hints for all functions and mypy support</li>
<li>chat router component</li>
<li>composable with langchain LCEL</li>
<li>easy error handling</li>
<li>enums and literal support</li>
<li>custom parsing types</li>
<li>🐍 pythonic</li>
<li>🔀 easy swap between openai or local models</li>
<li>🔄 dynamic output types (pydantic models, or primitives)</li>
<li>👁️ vision llm support</li>
<li>🧠 langchain_core as backend</li>
<li>📝 jinja templating for prompts</li>
<li>🏗️ reliable structured output</li>
<li>🔁 auto retry parsing</li>
<li>🔧 langsmith support</li>
<li>🔄 sync, async, streaming, parallel, fallbacks</li>
<li>📦 gguf download from huggingface</li>
<li>type hints for all functions and mypy support</li>
<li>🗣️ chat router component</li>
<li>🧩 composable with langchain LCEL</li>
<li>🛠️ easy error handling</li>
<li>🚦 enums and literal support</li>
<li>📐 custom parsing types</li>
</ul>
<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
<div class="language-python highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="kn">from</span> <span class="nn">funcchain</span> <span class="kn">import</span> <span class="n">chain</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 87f27cb

Please sign in to comment.