# Overview

Epsilla offers an open-source vector database. Our focus is on ensuring scalability, high performance, and cost-effectiveness of vector search. Epsilla bridges the gap between information retrieval and memory retention in Large Language Models. We see ourselves as the **Hippocampus for AI**.

## Common use cases

Here are some common use cases of Epsilla vector database

### 1. Augmenting LLMs with Proprietary Data

**Problem:** LLMs don’t have latest knowledge about the world (e.g., GPT-4 has a knowledge cutoff of April 2023), and don’t have knowledge about any private data (e.g., your company's knowledge base)

**Our solution:** Augment LLMs by adding semantically similar information retrieved from vector database into the prompt (also known as [Retrieval Augmented Generation](https://ai.meta.com/blog/retrieval-augmented-generation-streamlining-the-creation-of-intelligent-natural-language-processing-models/)).

**Benefits:** Enable the LLMs to work for your own data and knowledge. Compare to using fine-tuning, RAG has a much faster time-to-value, is much cheaper for both engineering cost and hardware cost, and support real time knowledge updates.<br>

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2FrlYgOrJgrkpdUPrjylbd%2FScreenshot%202023-09-18%20at%207.07.38%20PM.png?alt=media&#x26;token=d88e2943-b1e2-4412-b34f-efc9a18a0972" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-e518c36c78390da0c5e8eac8799771765137da12%2FScreenshot%202024-02-14%20at%204.35.55%20PM.png?alt=media" alt=""><figcaption><p>Example: Upload IRS tax publications</p></figcaption></figure>

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-ce1ee279d1cb3cacd4d3a3d2565b84cd170b8f19%2FScreenshot%202024-02-14%20at%204.37.25%20PM.png?alt=media" alt=""><figcaption><p>Example: Build a tax assistant chatbot augmented by IRS publications</p></figcaption></figure>

### 2. Build Better Recommendation Systems

**Problem:** It’s really hard to improve recommendation result relevance, and even harder to build a scalable realtime recommendation system.

**Our Solution:** Use embedding as the bridge between incomparable data types to leverage the hidden relevance of user behavioral data during recommendation.

**Benefits:** Vector DB that leverages the hidden relevance improves recommendation recall. Epsilla’s low query latency is vital to building a realtime recommendation system.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-c0a56f36e938cc5196cf98c98fa03d76bdfb8cbc%2Frenchusong_draw_a_recommendation_system_with_input_product_imag_b9b02df5-bc55-4c5a-ac75-466bb16339be.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

### 3. Find Hidden Insights From Unstructured Data

**Problem:** It’s really hard to analyze and query unstructured data (images, audios, videos) based on their content semantics.

**Our Solution:** Connect and index the unstructured data based on the semantic relevance of their content, and enable multimodal search and analytics.

**Benefits:** Multimodal search becomes as easy as text search. No need to manually label unstructured data and convert to structured data anymore.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-f1a4b9af84a2f1ae7075288005cd9e60eaf02cb8%2FRecomendation%20System.drawio%20(1).png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-9d1830fc68b0959defc6bb134756c380fac30482%2FScreenshot%202023-09-26%20at%2012.36.44%20PM.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>
