Add models to architecture diagrams

This commit is contained in:
Kacper Łukawski 2024-02-28 11:40:16 +01:00
parent b55ac32fbd
commit 768b020a29
2 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ The demo consists of the following components:
- [React frontend](/frontend) - a web application that allows the user to search over Qdrant codebase
- [FastAPI backend](/code_search/service.py) - a backend that communicates with Qdrant and exposes a REST API
- [Qdrant](https://qdrant.tech/) - a vector search engine that stores the data and performs the search
- Two neural encoders - one for the natural language and one for the code-specific queries
There is also an additional indexing component that has to be run periodically to keep the index up to date. It is also
part of the demo, but it is not directly exposed to the user. All the required scripts are documented below, and you can

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 267 KiB