Skip to content

Commit

Permalink
We're not in Oxford anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Jan 6, 2025
1 parent d1b3362 commit f9d9e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RAG has several advantages:
* *Improved context:* Enables grounding the language model with additional, up-to-date, and/or private data.
* *Reduced hallucination:* Helps minimize factual errors by enabling models to cite authoritative sources.
* *Cost efficiency:* Requires less maintenance compared to finetuning or continuously pretraining models.
* *Enhanced security:* Controls data access by leveraging {es}'s <<authorization, user authorization>> features, such as role-based access control, and field/document-level security.
* *Enhanced security:* Controls data access by leveraging {es}'s <<authorization, user authorization>> features, such as role-based access control and field/document-level security.
* *Simplified response parsing:* Eliminates the need for custom parsing logic by letting the language model handle parsing {es} responses and formatting the retrieved context.
* *Flexible implementation:* Works with basic
// TODO: uncomment when page is live <<full-text-search,full-text search>>
Expand Down

0 comments on commit f9d9e5f

Please sign in to comment.