From 98d2e39f6d47234490915689bcc3ccd5f7a231db Mon Sep 17 00:00:00 2001 From: robertturner <143536791+robertdhayanturner@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:24:46 -0500 Subject: [PATCH] Update rag_hr_chatbot.md small edit --- docs/articles/rag_hr_chatbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/rag_hr_chatbot.md b/docs/articles/rag_hr_chatbot.md index c9ed21866..ae2d70a4d 100644 --- a/docs/articles/rag_hr_chatbot.md +++ b/docs/articles/rag_hr_chatbot.md @@ -24,7 +24,7 @@ Below, we’ll show you how to integrate Superlinked into your tech stack to add ## Superlinked addresses RAG challenges, by turning your data into nuanced, multimodal vectors -Superlinked enables you to turn your data into multimodal vectors, and apply weights to specific parts of your data at query time, optimizing retrieval without a custom reranking model or postprocessing tasks. By letting you natively things - e.g., using a Recency embedding space to fine tune the freshness of the data you query - that would otherwise require complex hacks (i.e., using other libraries), Superlinked optimizes your results while reducing your RAG system’s operating resources. +Superlinked enables you to turn your data into multimodal vectors, and apply weights to specific parts of your data at query time, optimizing retrieval without a custom reranking model or postprocessing tasks. By letting you natively embed things - e.g., using a Recency embedding space to fine tune the freshness of the data you query - that would otherwise require complex hacks (i.e., using other libraries), Superlinked optimizes your results while reducing your RAG system’s operating resources. We build our RAG-powered chatbot below using elements of the Superlinked library that address the challenges of RAG - ensuring your data's diverse, quality, and up-to-date-ness, avoiding reranking, efficient LLM deployment, and, in our HR policy use case, alignment with company guidelines: