Event details
Retrieval-augmented generation (RAG) allows you to build GenAI applications that use your own data, to optimize LLM performance.
Join our AMA to ask us about RAG, vector databases, running RAG...
EricStarker
Updated Feb 14, 2024
gyangupta
Feb 14, 2024Copper Contributor
What are the different Vector Databases available in the Azure platform?
TyBecker
Microsoft
Feb 14, 2024(in no particular order)
1. Azure Postgres Flexible Server (it has pgvector and azure_openai extensions to support)
2. Azure Cosmos DB Postgres and Mongo vCore
3. Azure AI Search (has robust semantic search that can be used in conjunction with vector search, unless your data already exists in one of the above databases this is the most common use pattern)