Skip to content

Commit

Permalink
Site updated: 2024-05-27 14:41:30
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhiming committed May 27, 2024
1 parent c0ba13d commit ad7ba5a
Show file tree
Hide file tree
Showing 70 changed files with 2,162 additions and 1,074 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ <h4>文章已同步更新公众号,欢迎关注</h4>

<script type="text/javascript">
var disqus_config = function () {
this.page.url = 'https://zhaozhiming.github.io/2024/05/13/rag-query-rewrite/';
this.page.identifier = 'https://zhaozhiming.github.io/2024/05/13/rag-query-rewrite/';
this.page.url = 'https://zhaozhiming.github.io/2024/05/13/query-rewrite-rag/';
this.page.identifier = 'https://zhaozhiming.github.io/2024/05/13/query-rewrite-rag/';
};

(function() {
Expand Down
410 changes: 410 additions & 0 deletions 2024/05/24/embedded-table-rag/index.html

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions archives/2024/05/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,29 @@ <h1 class="animated bounceInDown">
<section class="archives"><h1 class="year">2024</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2024/05/13/rag-query-rewrite/">高级 RAG 检索策略之查询重写</a></h2>
<h2 class="title"><a href="/2024/05/24/embedded-table-rag/">高级 RAG 检索策略之内嵌表格</a></h2>
<div class="meta">
<span class="date">5月 24</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/embedded-table/">embedded-table</a> <a href="/tags/llama-parser/">llama-parser</a> <a href="/tags/gpt4o/">gpt4o</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/24/embedded-table-rag/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2024/05/13/query-rewrite-rag/">高级 RAG 检索策略之查询重写</a></h2>
<div class="meta">
<span class="date">5月 13</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/query-rewrite/">query-rewrite</a> <a href="/tags/hyde/">hyde</a> <a href="/tags/stepback/">stepback</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/rag-query-rewrite/#disqus_thread">Comments</a></span>
<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/query-rewrite-rag/#disqus_thread">Comments</a></span>

</div>
</article>
Expand Down
32 changes: 16 additions & 16 deletions archives/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,29 @@ <h1 class="animated bounceInDown">
<section class="archives"><h1 class="year">2024</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2024/05/13/rag-query-rewrite/">高级 RAG 检索策略之查询重写</a></h2>
<h2 class="title"><a href="/2024/05/24/embedded-table-rag/">高级 RAG 检索策略之内嵌表格</a></h2>
<div class="meta">
<span class="date">5月 24</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/embedded-table/">embedded-table</a> <a href="/tags/llama-parser/">llama-parser</a> <a href="/tags/gpt4o/">gpt4o</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/24/embedded-table-rag/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2024/05/13/query-rewrite-rag/">高级 RAG 检索策略之查询重写</a></h2>
<div class="meta">
<span class="date">5月 13</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/query-rewrite/">query-rewrite</a> <a href="/tags/hyde/">hyde</a> <a href="/tags/stepback/">stepback</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/rag-query-rewrite/#disqus_thread">Comments</a></span>
<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/query-rewrite-rag/#disqus_thread">Comments</a></span>

</div>
</article>
Expand Down Expand Up @@ -255,20 +269,6 @@ <h2 class="title"><a href="/2024/03/19/auto-merging-rag/">高级 RAG 检索策
</div>
</article>

<article>
<h2 class="title"><a href="/2024/03/11/sentence-windows-rag/">高级 RAG 检索策略之句子窗口检索</a></h2>
<div class="meta">
<span class="date">3月 11</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/sentence-window/">sentence window</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/03/11/sentence-windows-rag/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
14 changes: 14 additions & 0 deletions archives/2024/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2024</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2024/03/11/sentence-windows-rag/">高级 RAG 检索策略之句子窗口检索</a></h2>
<div class="meta">
<span class="date">3月 11</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/sentence-window/">sentence window</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/03/11/sentence-windows-rag/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2024/02/13/use-xinference-deploy-llm/">使用 Xinference 进行模型部署</a></h2>
<div class="meta">
Expand Down
32 changes: 16 additions & 16 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,29 @@ <h1 class="animated bounceInDown">
<section class="archives"><h1 class="year">2024</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2024/05/13/rag-query-rewrite/">高级 RAG 检索策略之查询重写</a></h2>
<h2 class="title"><a href="/2024/05/24/embedded-table-rag/">高级 RAG 检索策略之内嵌表格</a></h2>
<div class="meta">
<span class="date">5月 24</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/embedded-table/">embedded-table</a> <a href="/tags/llama-parser/">llama-parser</a> <a href="/tags/gpt4o/">gpt4o</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/24/embedded-table-rag/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2024/05/13/query-rewrite-rag/">高级 RAG 检索策略之查询重写</a></h2>
<div class="meta">
<span class="date">5月 13</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/query-rewrite/">query-rewrite</a> <a href="/tags/hyde/">hyde</a> <a href="/tags/stepback/">stepback</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/rag-query-rewrite/#disqus_thread">Comments</a></span>
<span class="comments"><a href="https://zhaozhiming.github.io/2024/05/13/query-rewrite-rag/#disqus_thread">Comments</a></span>

</div>
</article>
Expand Down Expand Up @@ -255,20 +269,6 @@ <h2 class="title"><a href="/2024/03/19/auto-merging-rag/">高级 RAG 检索策
</div>
</article>

<article>
<h2 class="title"><a href="/2024/03/11/sentence-windows-rag/">高级 RAG 检索策略之句子窗口检索</a></h2>
<div class="meta">
<span class="date">3月 11</span>
<span class="tags">

<a href="/tags/llamaindex/">llamaindex</a> <a href="/tags/rag/">rag</a> <a href="/tags/sentence-window/">sentence window</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2024/03/11/sentence-windows-rag/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
28 changes: 14 additions & 14 deletions archives/page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2016</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2016/08/20/use-gitpage-to-publis-your-site-with-custom-domain/">使用 GitHub Page 来发布属于你自己的网站</a></h2>
<div class="meta">
<span class="date">8月 20</span>
<span class="tags">

<a href="/tags/github-page/">github-page</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2016/08/20/use-gitpage-to-publis-your-site-with-custom-domain/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2016/07/17/make-your-sql-script-auto-upgrade/">让你的 SQL 脚本自动升级</a></h2>
<div class="meta">
Expand Down Expand Up @@ -260,20 +274,6 @@ <h2 class="title"><a href="/2015/12/19/use-mocha-and-chai-and-sinon-to-test-reac
</div>
</article>

<article>
<h2 class="title"><a href="/2015/12/06/how-to-learn-front-end/">前端学习之道</a></h2>
<div class="meta">
<span class="date">12月 6</span>
<span class="tags">

<a href="/tags/front-end/">front-end</a> <a href="/tags/JS/">JS</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2015/12/06/how-to-learn-front-end/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
28 changes: 14 additions & 14 deletions archives/page/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2015</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2015/12/06/how-to-learn-front-end/">前端学习之道</a></h2>
<div class="meta">
<span class="date">12月 6</span>
<span class="tags">

<a href="/tags/front-end/">front-end</a> <a href="/tags/JS/">JS</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2015/12/06/how-to-learn-front-end/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2015/11/30/gitlab-ci-runner-create-and-config/">gitlab CI runner的创建和配置</a></h2>
<div class="meta">
Expand Down Expand Up @@ -255,20 +269,6 @@ <h2 class="title"><a href="/2015/08/16/hello-python-doxc/">python-docx使用简
</div>
</article>

<article>
<h2 class="title"><a href="/2015/08/09/why-i-use-vi/">为什么我要使用Vim</a></h2>
<div class="meta">
<span class="date">8月 9</span>
<span class="tags">

<a href="/tags/vi/">vi</a> <a href="/tags/vim/">vim</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2015/08/09/why-i-use-vi/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
33 changes: 14 additions & 19 deletions archives/page/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2015</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2015/08/09/why-i-use-vi/">为什么我要使用Vim</a></h2>
<div class="meta">
<span class="date">8月 9</span>
<span class="tags">

<a href="/tags/vi/">vi</a> <a href="/tags/vim/">vim</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2015/08/09/why-i-use-vi/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2015/08/02/new-company-where-i-actually-like-to/">终于等到你</a></h2>
<div class="meta">
Expand Down Expand Up @@ -255,25 +269,6 @@ <h2 class="title"><a href="/2015/01/25/hello-thrift/">Apache Thrift的简单代
</div>
</article>

</section>


<section class="archives"><h1 class="year">2014</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2014/12/19/requirejs-simple-use/">RequireJS的简单使用</a></h2>
<div class="meta">
<span class="date">12月 19</span>
<span class="tags">

<a href="/tags/requirejs/">requirejs</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2014/12/19/requirejs-simple-use/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
28 changes: 14 additions & 14 deletions archives/page/13/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2014</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2014/12/19/requirejs-simple-use/">RequireJS的简单使用</a></h2>
<div class="meta">
<span class="date">12月 19</span>
<span class="tags">

<a href="/tags/requirejs/">requirejs</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2014/12/19/requirejs-simple-use/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2014/12/18/use-spring-security-to-ldap-authentication/">使用Spring Security进行LDAP认证</a></h2>
<div class="meta">
Expand Down Expand Up @@ -255,20 +269,6 @@ <h2 class="title"><a href="/2014/10/07/make-your-android-dev-life-easy-part-3/">
</div>
</article>

<article>
<h2 class="title"><a href="/2014/10/02/ceph-install-with-vagrant-and-ansible/">使用Vagrant和Ansible搭建Ceph环境</a></h2>
<div class="meta">
<span class="date">10月 2</span>
<span class="tags">

<a href="/tags/ceph/">ceph</a> <a href="/tags/vagrant/">vagrant</a> <a href="/tags/ansible/">ansible</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2014/10/02/ceph-install-with-vagrant-and-ansible/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
28 changes: 14 additions & 14 deletions archives/page/14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ <h1 class="animated bounceInDown">

<section class="archives"><h1 class="year">2014</h1><div class="top-border-padding"></div>

<article>
<h2 class="title"><a href="/2014/10/02/ceph-install-with-vagrant-and-ansible/">使用Vagrant和Ansible搭建Ceph环境</a></h2>
<div class="meta">
<span class="date">10月 2</span>
<span class="tags">

<a href="/tags/ceph/">ceph</a> <a href="/tags/vagrant/">vagrant</a> <a href="/tags/ansible/">ansible</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2014/10/02/ceph-install-with-vagrant-and-ansible/#disqus_thread">Comments</a></span>

</div>
</article>

<article>
<h2 class="title"><a href="/2014/09/17/red-hat-enterprise-offline-env-install-dokuwiki/">Redhat企业版无网环境下安装Dokuwiki</a></h2>
<div class="meta">
Expand Down Expand Up @@ -255,20 +269,6 @@ <h2 class="title"><a href="/2014/06/17/spring-mvc-unit-test-part-2/">基于Sprin
</div>
</article>

<article>
<h2 class="title"><a href="/2014/06/16/spring-mvc-unit-test-part-1/">基于Spring MVC做单元测试(一)——使用Spring Test框架</a></h2>
<div class="meta">
<span class="date">6月 16</span>
<span class="tags">

<a href="/tags/spring/">spring</a> <a href="/tags/unit-test/">unit test</a>
</span>

<span class="comments"><a href="https://zhaozhiming.github.io/2014/06/16/spring-mvc-unit-test-part-1/#disqus_thread">Comments</a></span>

</div>
</article>


</section>

Expand Down
Loading

0 comments on commit ad7ba5a

Please sign in to comment.