-
All RAG tutorial I saw on Azure Foundry are using Azure Search AI. But that service is expensive. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The only way is to create a new Azure account, and you get 200 in credentials. Look at the new pricing for ContentUnderstanding, but the Azure AI Search is way to expense - last month for my learning I paid over $300 per month for a few simply queries to my own RAG application. |
Beta Was this translation helpful? Give feedback.
-
Hi @gkarwchan, I'm a PM work on the Azure Postgres focused on integrations with Azure AI foundry for RAG and Agentic AI. Azure PostgreSQL combined with the pgvector extension can serve as a cheaper alternative to Azure AI Search for building Retrieval-Augmented Generation (RAG) systems.
What is pgvector?
Why It’s Cheaper
|
Beta Was this translation helpful? Give feedback.
Hi @gkarwchan, I'm a PM work on the Azure Postgres focused on integrations with Azure AI foundry for RAG and Agentic AI.
Azure PostgreSQL combined with the pgvector extension can serve as a cheaper alternative to Azure AI Search for building Retrieval-Augmented Generation (RAG) systems.
What is pgvector?
pgvector
is an open-source extension for PostgreSQL that adds support for storing and searching vector embeddings.vector
data type.