Home / Companies / Weaviate / Blog / June 2023

June 2023 Summaries

5 posts from Weaviate

Filter
Month: Year:
Post Summaries Back to Blog
Humans have a remarkable ability to learn through the integration of multiple sensory inputs, which allows us to form coherent understanding of our environment, make predictions, and acquire new knowledge very efficiently. This multisensory learning begins from early stages of human development and continues to refine over time. Machine learning models are attempting to mimic this process by combining different inputs such as images, text, and audio to improve performance and robustness. However, challenges remain in collecting rich multimodal datasets, designing model architectures for processing multiple modalities, interpreting decisions made by these models, and handling modality imbalance during training. Efforts are ongoing to develop more powerful multimodal models that can interact with data in a more natural way, thus enabling them to be more general reasoning engines.
Jun 27, 2023 1,633 words in the original blog post.
The combination of Weaviate and LlamaIndex provides a powerful solution for setting up a retrieval-augmented generation (RAG) system that can orchestrate interactions with large language models (LLMs). This enables the creation of "chat with your data" experiences, such as search engines and chatbots. LlamaIndex is a comprehensive data framework for building LLM applications, offering connectors to over 100 data sources and supporting indexing unstructured, semi-structured, and structured data. Weaviate acts as the external storage provider in this setup. The integration of these tools allows users to easily deliver powerful LLM-enabled experiences over their data.
Jun 22, 2023 1,132 words in the original blog post.
Weaviate v1.20 introduces native multi-tenancy support that scales to millions of tenants with tens of thousands of active tenants per node. This feature is designed for large-scale enterprise users and focuses on compliance, smooth UX, and efficient resource management. It enables isolation between tenants, fast querying, GDPR-compliant deletes, and massive scale support. The upcoming release also introduces the ability to distinguish between active and inactive tenants, allowing businesses to save on infrastructure costs for users who aren't currently active.
Jun 15, 2023 1,599 words in the original blog post.
The intersection between Large Language Models (LLMs) and Search technologies is an exciting area with significant potential for improvement in both fields. Retrieval-Augmented Generation, Query Understanding, Index Construction, LLMs in Re-Ranking, and Search Result Compression are five key components of this intersection. LLMs can improve search capabilities by enabling language models to reason about new data without gradient descent optimization, making it easier to update information, attributing sources, reducing parameter count, and enhancing the ability to formulate search queries. Additionally, LLMs can transform information for building search indexes, rank search results with symbolic preferences, and generate personalized ads by linking outputs back to databases. Generative Feedback Loops is a term used to describe cases where the output of an LLM inference is saved back into the database for future use.
Jun 13, 2023 3,101 words in the original blog post.
The text discusses using Weaviate, an open source vector search engine, embedded in Python or TypeScript code for testing scenarios. It provides instructions on how to install the client libraries and run the code. Embedded Weaviation allows users to quickly get started with Weaviate without having to manage a separate server instance. The text also mentions use cases such as Jupyter notebooks, integration tests in CI/CD pipelines, and testing near-text search capabilities.
Jun 06, 2023 580 words in the original blog post.