Change the link to point to the online version

This commit is contained in:
Kacper Łukawski
2024-03-14 10:58:37 +01:00
parent f1610ca6f1
commit d99e34334a
@@ -418,7 +418,7 @@ well as additional processing of the results.
## Code search demo
Our [Code search demo](https://github.com/qdrant/demo-code-search) uses the following process:
Our [Code search demo](https://code-search.qdrant.tech/) uses the following process:
1. The user sends a query.
1. Both models vectorize that query simultaneously. We get two different
@@ -440,8 +440,6 @@ code in lines 621-629. It's where both models agree.
Now you see semantic code intelligence, in action.
Our demo is available online
### Grouping the results
You can improve the search results, by grouping them by payload properties.