From db305819b6cb1f31c0c24e2122253d67e7e93406 Mon Sep 17 00:00:00 2001 From: nitin-sharma-20 Date: Wed, 24 Jun 2026 17:56:04 +0530 Subject: [PATCH] Fix typo in Query Agent quickstart description --- docs/weaviate/quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/weaviate/quickstart/index.md b/docs/weaviate/quickstart/index.md index dd57b341..b82cca6f 100644 --- a/docs/weaviate/quickstart/index.md +++ b/docs/weaviate/quickstart/index.md @@ -42,7 +42,7 @@ Weaviate is an open-source vector database built to power AI applications. This 1. **Set up a collection** - Create a collection and import data into it. 2. **Search** - Perform a similarity (vector) search on your data. 3. **RAG** - Perform Retrieval Augmented Generation (RAG) with a generative model. -4. **Query Agent** - Get answers from you data by using a natural language prompt/question. +4. **Query Agent** - Get answers from your data by using a natural language prompt/question. import KapaAI from "/src/components/KapaAI";