Skip to content
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

Google Summer of Code: Production RAG Application #4979

Open
franciscojavierarceo opened this issue Jan 28, 2025 · 0 comments
Open

Google Summer of Code: Production RAG Application #4979

franciscojavierarceo opened this issue Jan 28, 2025 · 0 comments
Labels
kind/feature New feature or request

Comments

@franciscojavierarceo
Copy link
Member

Is your feature request related to a problem? Please describe.
We want to build a production service that empowers data scientists and machine learning engineers to use RAG through their feature store.

Describe the solution you'd like
Supporting NLP, LLMs, and RAG as a first class citizen in Feast requires enhancing Feast across several key areas.

  1. We will need to create an explicit add on Introduce Feast LLM Add-On #4964
  2. We will need to support tokenization libraries out of the box
  3. We will need to be able to return different matrix/tensor types for the online response Return different matrix types for online serving #4714
  4. We will need to be able to declaratively configure different types of search algorithms (e.g., using Milvus Add support for Milvus for Vector Search #4364) in FeatureViews
  5. We will need to natively support a suite of transformations into context
    • For example, PDF/JSON/Markdown (via Docling)
  6. We will need to support historical transformation of tokens into standard search algorithms (e.g., TF-IDF, BM25, bag-of-words, etc.) so that these algorithms / features can be used to fine tune the online hybrid search
  7. We could support a nice UI so that users could see how a document is chunked (maybe in a Streamlit application)

Describe alternatives you've considered
N/A

Additional context
N/A

@franciscojavierarceo franciscojavierarceo added the kind/feature New feature or request label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant