arekborucki HF Staff commited on
Commit
4854020
·
verified ·
1 Parent(s): 3e7a037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,16 +18,16 @@ We make it easier to deploy AI models in real-world applications by bridging the
18
  ## 🚀 What We Build
19
 
20
  ### Vector Search Applications
21
- Semantic search engines, recommendation systems, and similarity-based retrieval using MongoDB Atlas Vector Search with embeddings from transformer models.
22
 
23
  ### RAG Systems
24
- Retrieval-augmented generation pipelines that combine large language models with MongoDB as the knowledge base for accurate, context-aware responses.
25
 
26
  ### Multimodal Applications
27
- Image search, audio processing, and cross-modal retrieval systems leveraging Hugging Face's diverse model ecosystem.
28
 
29
  ### Production ML Workflows
30
- End-to-end pipelines from data ingestion and embedding generation to model serving and result ranking at scale.
31
 
32
  ## 📦 What You'll Find Here
33
 
 
18
  ## 🚀 What We Build
19
 
20
  ### Vector Search Applications
21
+ Semantic search engines, recommendation systems, and similarity-based retrieval using Hugging Face transformer models for embeddings and MongoDB Atlas Vector Search for scalable storage and retrieval.
22
 
23
  ### RAG Systems
24
+ Retrieval-augmented generation pipelines combining Hugging Face large language models with MongoDB as the knowledge base for accurate, context-aware responses.
25
 
26
  ### Multimodal Applications
27
+ Image search, audio processing, and cross-modal retrieval systems leveraging Hugging Face's diverse model ecosystem with MongoDB for data management.
28
 
29
  ### Production ML Workflows
30
+ End-to-end pipelines from data ingestion, embedding generation with Hugging Face models, to model serving and result ranking at scale with MongoDB Atlas.
31
 
32
  ## 📦 What You'll Find Here
33