Skip to content

Commit

Permalink
Fix typo in qdrant-landing/content/documentation/tutorials/code-searc…
Browse files Browse the repository at this point in the history
…h.md (#702)
  • Loading branch information
kartik-gupta-ij authored Mar 9, 2024
1 parent c765f68 commit 451f642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qdrant-landing/content/documentation/tutorials/code-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ This is one example of how you can use different models and combine the results.
In a real-world scenario, you might run some reranking and deduplication, as
well as additional processing of the results.

Our [Code search demo](https://github.com/qdrant/code-search-demo) uses
Our [Code search demo](https://github.com/qdrant/demo-code-search) uses
both models. In the screenshot, we search for `flush of wal`. The result
shows relevant code, merged from both models. Note the highlighted
code in lines 621-629. It's where both models agree.
Expand Down Expand Up @@ -456,4 +456,4 @@ This tutorial demonstrates how to use Qdrant to navigate a codebase. For an
end-to-end implementation, review the [code search
notebook](https://colab.research.google.com/github/qdrant/examples/blob/master/code-search/code-search.ipynb) and the
[code-search-demo](https://github.com/qdrant/demo-code-search). You can also check out [a running version of the code
search demo](https://code-search-demo.qdrant.tech/), which exposes Qdrant codebase for search with a web interface.
search demo](https://code-search.qdrant.tech/) which exposes Qdrant codebase for search with a web interface.

0 comments on commit 451f642

Please sign in to comment.