Home / Companies / Weaviate / Blog / January 2023

January 2023 Summaries

5 posts from Weaviate

Filter
Month: Year:
Post Summaries Back to Blog
Recent advances in AI technology have revolutionized podcasting by enabling accurate transcription and indexing of podcasts using models like OpenAI's Whisper. This has led to the creation of Weaviate, a search engine that allows users to easily reference and search past content within podcasts. By transcribing podcasts with high accuracy, Weaviate enables users to search for specific topics or speakers within podcasts, improving the user experience and making podcasts more accessible as knowledge base mediums. The integration of AI technology in podcasting is expected to transform podcast recommendation systems and improve overall content organization.
Jan 31, 2023 1,667 words in the original blog post.
This article provides an overview of diffusion models, a type of generative model that can create realistic images by learning the underlying distribution of a training set. These models are used in platforms like Lensa and Midjourney to generate novel images based on text prompts. The core idea behind diffusion models is to start with static noise and incrementally alter pixel values to make them more likely to belong to the training set. Text prompts control the image generation process by guiding the model towards specific types of images in the training set. Resources for generating art using diffusion models are also provided, along with further reading materials for those interested in diving deeper into the subject.
Jan 24, 2023 1,508 words in the original blog post.
Vector databases are designed to provide high-quality search results by understanding the meaning behind queries rather than just matching keywords or synonyms. They use semantic searches and question answering, which involve searching by similarity in text or images. The core of a vector database is vector embedding, an array of numbers representing data objects that capture certain features. These vectors are used to efficiently search for similarities between words or paragraphs. Vector embeddings can be generated from various types of data, such as text, images, audio, time series, 3D models, video, and molecules. The quality of the search depends on the model used to generate the vector embeddings, while the speed of the search relies on the performance capabilities of the vector database.
Jan 16, 2023 2,268 words in the original blog post.
Weaviate is a tool that converts text data into vectors, allowing users to search for similar meanings without considering which field the information is contained in exactly. The text2vec-* modules transform text data into dense vectors for populating a Weaviate database using an external API or local instance. By understanding how Weaviate generates vector embeddings at the object level and tweaking the schema configuration, users can modify the vectorization process to suit their needs.
Jan 10, 2023 2,029 words in the original blog post.
Hybrid search is a technique that combines multiple search algorithms to improve the accuracy and relevance of search results. It uses the best features of both keyword-based search algorithms with vector search techniques, providing a more effective search experience for users. Weaviate, a vector database, introduced hybrid search in version 1.17. The implementation of hybrid search in Weaviate involves using sparse and dense vectors to represent the semantic meaning and context of search queries and documents. By combining these two types of searches, hybrid search queries can lead to more relevant results in use cases where you want to leverage the power of semantic search but also rely on exact matches of certain keywords, such as product or brand names.
Jan 03, 2023 1,246 words in the original blog post.