article thumbnail

NoSQL Databases and Their Use Cases

KDnuggets

Learn about NoSQL Databases and their types like key-value, document, graph and column family with their use cases.

Database 337
article thumbnail

Ask your Documents with Langchain and Deep Lake!

Analytics Vidhya

Introduction Large Language Models like langchain and deep lake have come a long way in Document Q&A and information retrieval. However, a […] The post Ask your Documents with Langchain and Deep Lake! These models know a lot about the world, but sometimes, they struggle to know when they don’t know something.

Analytics 335
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Building Multi-Document Agentic RAG using LLamaIndex

Analytics Vidhya

Enter Multi-Document Agentic RAG – a powerful approach that combines Retrieval-Augmented Generation (RAG) with agent-based systems to create AI that can reason across multiple documents.

article thumbnail

A New Era of Text Generation: RAG, LangChain, and Vector Databases

Analytics Vidhya

One such groundbreaking approach is Retrieval Augmented Generation (RAG), which combines the power of generative models like GPT (Generative Pretrained Transformer) with the efficiency of vector databases and langchain.

Database 336
article thumbnail

A Deep Dive into Qdrant, the Rust-Based Vector Database

Analytics Vidhya

Introduction Vector Databases have become the go-to place for storing and indexing the representations of unstructured and structured data. In the ever-evolving landscape of […] The post A Deep Dive into Qdrant, the Rust-Based Vector Database appeared first on Analytics Vidhya.

Database 319
article thumbnail

Build Semantic Search Applications Using Open Source Vector Database ChromaDB

Analytics Vidhya

Among such tools, today we will learn about the workings and functions of ChromaDB, an open-source vector database to store embeddings from […] The post Build Semantic Search Applications Using Open Source Vector Database ChromaDB appeared first on Analytics Vidhya.

Database 271
article thumbnail

CRUD Operations in MongoDB

Analytics Vidhya

Introduction MongoDB is a type of NoSQL Database, that stores data in document format(bson or binary json format). Its advantage over traditional SQL Databases includes the flexibility of schema-design, relaxation of its ACID properties and its distributed data storage capability thus performing better for […].

SQL 351