This post discusses semantic search and how to use a Vector Database with Python. Semantic search considers the meaning of words and sentences, using numerical vectors to capture that information. Weaviate is an open-source Vector Database used for storing and searching text data. The Python implementation demonstrates the process of semantic search using Weaviate.
Sort: