Update README

This commit is contained in:
Jan Mrna
2025-11-06 11:31:06 +01:00
parent ee619d1502
commit 522b922c26

View File

@@ -1,8 +1,8 @@
# Semantic search demo
# Semantic search tool
![Web interface](./img/screenshot.png)
A simple CLI and web tool to help you search your PDF files.
A simple CLI and web tool to help you search your PDF files. The search works by [embedding](https://en.wikipedia.org/wiki/Word_embedding) the given query and searching in a vector database for the best match (nearest vector).
## Dependencies