Skip to content

Commit e5047b2

Browse files
committed
Update urls
Signed-off-by: christy <[email protected]>
1 parent b9f65bc commit e5047b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383

8484
### :icecream: Run locally
8585

86-
Here are several applications for a wide range of scenarios. Each solution contains a Jupyter Notebook or a Docker deployable solution, meaning anyone can run it on their local machine. In addition to this there are also some related technical articles and live streams.
86+
Here are several applications for a wide range of scenarios. Each application contains a Jupyter Notebook or a Docker deployable solution, meaning anyone can run it on their local machine. In addition to this there are also some related technical articles and live streams.
8787

8888
Look here for more application [**Examples**](https://github.com/towhee-io/examples).
8989

90-
💡 Please refer to the [Bootcamp FAQ](applications/applications_faq.md) for troubleshooting.
90+
💡 Please refer to the [Bootcamp FAQ](applications/applications_faq.md) for troubleshooting.<br>
9191
💡 For Chinese links below, try using Google Translate.
9292

9393
<table>

bootcamp/RAG/readthedocs_zilliz_langchain.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Using open-source Q&A with retrieval saves money since we make free calls to our own data almost all the time - retrieval, evaluation, and development iterations. We only make a paid call to OpenAI once for the final chat generation step. \n",
2121
"\n",
2222
"<div>\n",
23-
"<img src=\"../../../images/rag_image.png\" width=\"80%\"/>\n",
23+
"<img src=\"../../images/rag_image.png\" width=\"80%\"/>\n",
2424
"</div>\n",
2525
"\n",
2626
"Let's get started!"
@@ -497,7 +497,7 @@
497497
"For each original text chunk, we'll write the quadruplet (`vector, text, source, h1, h2`) into the database.\n",
498498
"\n",
499499
"<div>\n",
500-
"<img src=\"../../../images/db_insert.png\" width=\"80%\"/>\n",
500+
"<img src=\"../../images/db_insert.png\" width=\"80%\"/>\n",
501501
"</div>"
502502
]
503503
},

0 commit comments

Comments
 (0)