Skip to content

Commit c76ebb6

Browse files
committed
Add link to semantic search post
1 parent 4e015bf commit c76ebb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Simple search engine implementation in Python for illustrative purposes to go with [this blog post](https://bart.degoe.de/building-a-full-text-search-engine-150-lines-of-code/).
44

5+
It also has a simple vector search implementation to go with [the follow-up post](https://bart.degoe.de/building-a-semantic-search-engine-in-250-lines-of-python/).
6+
57
## Requirements
68

79
Python 3.10 or greater, and [uv](https://docs.astral.sh/uv/).

0 commit comments

Comments
 (0)