talk-data.com
Meetup
workshop
2024-05-27 at 14:00
Text and Vector Search from Scratch
Event:
Implement a Search Engine
Description
Hands-on workshop on building a search engine from scratch, focusing on text search and vector search. Topics include in-memory text search, tokenization and preprocessing, inverted index construction, embeddings, converting text to vectors, cosine similarity, and strategies to combine text and vector search. The session includes practical coding in a Jupyter Notebook using Python to implement both text and vector search approaches.