Skip to content

Commit

Permalink
增加docs对源代码链接
Browse files Browse the repository at this point in the history
  • Loading branch information
lta155 committed Apr 18, 2024
1 parent f778e63 commit 75f5fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/C3/4.搭建并使用向量数据库.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## 一、前序配置
本节重点为搭建并使用向量数据库,因此读取数据后我们省去数据处理的环节直入主题,数据清洗等步骤可以参考第三节

本文对应源代码在[此处](https://github.com/datawhalechina/llm-universe/blob/main/notebook/C3%20%E6%90%AD%E5%BB%BA%E7%9F%A5%E8%AF%86%E5%BA%93/4.%E6%90%AD%E5%BB%BA%E5%B9%B6%E4%BD%BF%E7%94%A8%E5%90%91%E9%87%8F%E6%95%B0%E6%8D%AE%E5%BA%93.ipynb),如需复现可下载运行源代码。

```python
import os
Expand Down Expand Up @@ -593,3 +594,4 @@ for i, sim_doc in enumerate(mmr_docs):
cute. However, one of the ears is a bit lower than the other, and I don't t
--------------

本文对应源代码在[此处](https://github.com/datawhalechina/llm-universe/blob/main/notebook/C3%20%E6%90%AD%E5%BB%BA%E7%9F%A5%E8%AF%86%E5%BA%93/4.%E6%90%AD%E5%BB%BA%E5%B9%B6%E4%BD%BF%E7%94%A8%E5%90%91%E9%87%8F%E6%95%B0%E6%8D%AE%E5%BA%93.ipynb),如需复现可下载运行源代码。

0 comments on commit 75f5fca

Please sign in to comment.