-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Adding blog on RAG with Milvus #5161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
franciscojavierarceo
merged 11 commits into
feast-dev:master
from
franciscojavierarceo:milvus-blog-post
Apr 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
946ffa3
feat: Adding blog on RAG with Milvus
franciscojavierarceo 13e4330
minor changes
franciscojavierarceo 65211f5
Adding diagram
franciscojavierarceo a9b2a1a
Rename image.png to milvus-rag.png
franciscojavierarceo 027cb4b
Update retrieval-augmentation-with-feast.md
franciscojavierarceo 6d7e1ac
Merge branch 'feast-dev:master' into milvus-blog-post
franciscojavierarceo 4685750
incorporating Willem's feedback
franciscojavierarceo ee53d42
adjust blog and image
franciscojavierarceo 7e1e3d2
updated copy
franciscojavierarceo ce1b114
adding github link
franciscojavierarceo 5de9019
finished blog post, good enough
franciscojavierarceo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
minor changes
Signed-off-by: Francisco Javier Arceo <arceofrancisco@gmail.com>
- Loading branch information
commit 13e433053c584b89bda810bae33ec6ef2a5c3de6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,14 +12,14 @@ authors: ["Francisco Javier Arceo"] | |
| # Is a Feature Store a good fit for GenAI use cases? | ||
| Yes, a Feature Store is a great fit for GenAI use cases! | ||
|
|
||
| That's because Feature Stores were developed over the last 10 years to explicitly handle the problems facing AI | ||
| practitioners. The Feast maintainers will continue to invest in making the GenAI development experience a first-class | ||
| That's because Feature Stores were developed over the last 10 years to explicitly handle the problems AI | ||
| practitioners faced when working with data. The Feast maintainers will continue to invest in making the GenAI development experience a first-class | ||
|
franciscojavierarceo marked this conversation as resolved.
Outdated
|
||
| citizen so that you can rely on Feast to customize your AI applications. If you have thoughts or ideas | ||
| feel free to reach out! | ||
|
franciscojavierarceo marked this conversation as resolved.
Outdated
|
||
|
|
||
| # What is Retrieval Augmented Generation (RAG)? | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This section is fine, but can probably be simplified. We can assume readers know what RAG is and dont need to be educated on it. |
||
| [RAG](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) is a technique that combines generative models | ||
| (e.g., LLMs) with retrieval systems to produce to generate contextually relevant output for a particular goal (e.g., | ||
| (e.g., LLMs) with retrieval systems to generate contextually relevant output for a particular goal (e.g., | ||
| question and answering). | ||
|
|
||
| The typical RAG process involves: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.