René's URL Explorer Experiment


Title: feat: Created DocEmbedder class by patelchaitany · Pull Request #5973 · feast-dev/feast · GitHub

Open Graph Title: feat: Created DocEmbedder class by patelchaitany · Pull Request #5973 · feast-dev/feast

X Title: feat: Created DocEmbedder class by patelchaitany · Pull Request #5973 · feast-dev/feast

Description: What this PR does / why we need it: This PR adds a Document Embedder capability to Feast, allowing users to go from raw documents to embeddings stored in the online vector store in a single step. It handles chunking, embedding generation, and writing the results to the online store — providing an end-to-end ingestion pipeline for RAG workflows within Feast. What changed: sdk/python/feast/chunker.py Defines the document chunking layer. Provides: A BaseChunker abstract class that users can extend with custom chunking strategies A built-in TextChunker that splits plain text by word count with configurable size, overlap, and thresholds A chunk_dataframe() convenience method to chunk all documents in a DataFrame Currently only basic text chunking is implemented. There is room for improvement — future iterations can support more advanced strategies like semantic chunking, sentence-aware splitting, or format-specific chunkers (PDF, HTML, etc.). sdk/python/feast/embedder.py Defines the embedding generation layer. Provides: A BaseEmbedder abstract class with a modality-routing registry for extensibility A MultiModalEmbedder with built-in support for text (via sentence-transformers) and image (via CLIP) embeddings Lazy model loading and configurable batch processing sdk/python/feast/doc_embedder.py The high-level orchestrator that coordinates chunking, embedding, and storage. Provides: A DocEmbedder class that runs the full pipeline: chunk -> embed -> logical layer -> write to online store A user-defined logical layer function to map output to the FeatureView schema Auto-generation of a default FeatureView if the user does not define their own (controlled by create_feature_view). This is a basic implementation intended as a starting point sdk/python/feast/init.py Updated to export DocEmbedder, LogicalLayerFn, BaseChunker, TextChunker, ChunkingConfig, BaseEmbedder, MultiModalEmbedder, and EmbeddingConfig as part of Feast's public API. Which issue(s) this PR fixes: Create DocEmbedder class along with RAGRetriever #5426 Misc

Open Graph Description: What this PR does / why we need it: This PR adds a Document Embedder capability to Feast, allowing users to go from raw documents to embeddings stored in the online vector store in a single step. ...

X Description: What this PR does / why we need it: This PR adds a Document Embedder capability to Feast, allowing users to go from raw documents to embeddings stored in the online vector store in a single step. ...

Opengraph URL: https://github.com/feast-dev/feast/pull/5973

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d08bb295-0447-06e6-ddd7-b003fbccf88f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB39E:F61E5:13FF48B:1BB8625:6A4DE5E7
html-safe-noncef428af31c79ef98d264fcf24734049cea4ef7afa5be238963fb62df188d75ffd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMzlFOkY2MUU1OjEzRkY0OEI6MUJCODYyNTo2QTRERTVFNyIsInZpc2l0b3JfaWQiOiIxNjk0MzYxOTQ1NzY1NzAxMDk1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac3f8b4028e8b54b725a1c8f44325b1bf2869e38a6c0cb587f58357d80e539572d
hovercard-subject-tagpull_request:3289567497
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/5973/files
twitter:imagehttps://avatars.githubusercontent.com/u/67532224?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/67532224?s=400&v=4
og:image:altWhat this PR does / why we need it: This PR adds a Document Embedder capability to Feast, allowing users to go from raw documents to embeddings stored in the online vector store in a single step. ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/5973/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5973%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5973%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/5973/files
Reloadhttps://github.com/feast-dev/feast/pull/5973/files
Reloadhttps://github.com/feast-dev/feast/pull/5973/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
ntkatholehttps://github.com/ntkathole
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
patelchaitany:fet-DocEmbedderhttps://github.com/patelchaitany/feast/tree/fet-DocEmbedder
Conversation 67 https://github.com/feast-dev/feast/pull/5973
Commits 8 https://github.com/feast-dev/feast/pull/5973/commits
Checks 25 https://github.com/feast-dev/feast/pull/5973/checks
Files changed https://github.com/feast-dev/feast/pull/5973/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
feat: Created DocEmbedder class https://github.com/feast-dev/feast/pull/5973/files#top
Show all changes 8 commits https://github.com/feast-dev/feast/pull/5973/files
85ee6e2 - Introduced DocEmbedder class for embedding documents and transformi… patelchaitany Mar 4, 2026 https://github.com/feast-dev/feast/pull/5973/commits/85ee6e243d757108072faa276149159681059407
2c66417 - Introduced DocEmbedder class for embedding documents and transformi… patelchaitany Mar 4, 2026 https://github.com/feast-dev/feast/pull/5973/commits/2c66417685b41ba74bd3c5511ddda1c0349c2065
7562dd0 Merge branch 'fet-DocEmbedder' of https://github.com/patelchaitany/fe… patelchaitany Mar 11, 2026 https://github.com/feast-dev/feast/pull/5973/commits/7562dd0f340868203e47811ec3b300e221fdd1e7
f4439cc Merge branch 'master' into fet-DocEmbedder patelchaitany Mar 11, 2026 https://github.com/feast-dev/feast/pull/5973/commits/f4439cca02996e1b0dd37525a78e5911585ec6d5
d455968 Merge branch 'fet-DocEmbedder' of https://github.com/patelchaitany/fe… patelchaitany Mar 11, 2026 https://github.com/feast-dev/feast/pull/5973/commits/d455968d27e268a7c1dd5e0eb704836b1c7aa747
b4545aa Merge branch 'fet-DocEmbedder' of https://github.com/patelchaitany/fe… patelchaitany Mar 11, 2026 https://github.com/feast-dev/feast/pull/5973/commits/b4545aa4ed18a307cf0934924b3c221700ee2213
9fc01a8 Merge remote-tracking branch 'origin/master' into fet-DocEmbedder patelchaitany Mar 16, 2026 https://github.com/feast-dev/feast/pull/5973/commits/9fc01a80edf2e864ab2bb78d39c85e4bad63e9ca
30dddd7 resolving the merge conflict patelchaitany Mar 16, 2026 https://github.com/feast-dev/feast/pull/5973/commits/30dddd70e7a10ed3d12721ce1a03a38effbe6baf
Clear filters https://github.com/feast-dev/feast/pull/5973/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
rag_feast_docembedder.ipynb https://github.com/feast-dev/feast/pull/5973/files#diff-627ae7c1e2ab9ae0a62d89cca427ac08ca28b7fdc6a3d020eb51a7000e50527f
pixi.lock https://github.com/feast-dev/feast/pull/5973/files#diff-514667ae85a632bc7477f28eb9a990559627589fb6fe88da2732569b2143afb3
pyproject.toml https://github.com/feast-dev/feast/pull/5973/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
__init__.py https://github.com/feast-dev/feast/pull/5973/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
chunker.py https://github.com/feast-dev/feast/pull/5973/files#diff-9937577ed56b5cad88b049fe73ddd59cd5244e096bf8061049dea17881355b8d
doc_embedder.py https://github.com/feast-dev/feast/pull/5973/files#diff-51f4ce8412f32f76319cd2db5ffce10038a8cab3595e99a356ef3b37111f0c7e
embedder.py https://github.com/feast-dev/feast/pull/5973/files#diff-7451cfad683b4e95436b74cc1ab24753baf52bbc7a2e4f7aebeae905a502d171
py3.10-ci-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-c9c1d93f98a9f2f98bd2f8efaa3092124d4a7a1c833eac72ba460e61882ac406
py3.10-minimal-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-df0272aa3c56cda34322f237ff5ed561ac8e815832c340e1d2acaaa6ce61450d
py3.10-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/5973/files#diff-06b42b533e37328e0410f90abe1f197aa2002087255732d9e95ff10b13de3ecb
py3.10-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-b1d6f75f21900b80c03b0e4850384d5603b39cdb8d2a543895561c51f03d98cd
py3.10-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-a2d86f872be8d7589d5f03f369eabfd754c101fbd7bebd2793cbd560f5b981f5
py3.11-ci-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-ac522b324e71653909b38058afeaa909c1cdc7bb28cbd9be89e2bcdb7094268f
py3.11-minimal-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-8c61d5abea6475cd26349393df6f517c6618327698d6dcf28c6661c1a47fde91
py3.11-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/5973/files#diff-e6450701cc2f7718426d8a1f7ac0c66a1a2eff86c87d01de6aea07b2a76edbc6
py3.11-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-436575176564cadc81bc2c16d7bd34810cb84386c7906240b976c4a323bdc30a
py3.11-mongodb-dev-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-53a09143bf696340e39463746e4a42d649ccd5c410ab1c79aa7663ca35030dd7
py3.11-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-cd4b041d55377e823df0abebbe3e5d502f38bd51dba4778c4b7d9c3916d582ee
py3.12-ci-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-390aad293f22ff0984dbc3cf8286e53d656f7596a5a600dd1d4e3762e24d799a
py3.12-minimal-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-d9a06f0b5fdecd0d80cabbc35a442eedef974d11bfa446161633e0e7b05b4c6e
py3.12-minimal-sdist-requirements-build.txt https://github.com/feast-dev/feast/pull/5973/files#diff-c2ca375ff1465474e667a4526302ae101a5fe0fe4d1cfd17f0c6cd698990f8e3
py3.12-minimal-sdist-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-cbdfea8ade942eb947a984fad5caeea800af2232ed4b8128a1cbc77a22ca1df9
py3.12-requirements.txt https://github.com/feast-dev/feast/pull/5973/files#diff-83b6c7317626b1028f2d03534311f6f902642e7df32f8d1cf03a474215e2a835
test_doc_embedder.py https://github.com/feast-dev/feast/pull/5973/files#diff-7fd3798875799374f32fa38991314644ed8a847fd1f070479a5dc01ac1943657
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L5
examples/rag-retriever/rag_feast_docembedder.ipynbhttps://github.com/feast-dev/feast/pull/5973/files#diff-627ae7c1e2ab9ae0a62d89cca427ac08ca28b7fdc6a3d020eb51a7000e50527f
View file https://github.com/patelchaitany/feast/blob/30dddd70e7a10ed3d12721ce1a03a38effbe6baf/examples/rag-retriever/rag_feast_docembedder.ipynb
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
pixi.lockhttps://github.com/feast-dev/feast/pull/5973/files#diff-514667ae85a632bc7477f28eb9a990559627589fb6fe88da2732569b2143afb3
View file https://github.com/patelchaitany/feast/blob/30dddd70e7a10ed3d12721ce1a03a38effbe6baf/pixi.lock
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
pyproject.tomlhttps://github.com/feast-dev/feast/pull/5973/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
View file https://github.com/patelchaitany/feast/blob/30dddd70e7a10ed3d12721ce1a03a38effbe6baf/pyproject.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5973/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5973/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/pull/5973/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/__init__.pyhttps://github.com/feast-dev/feast/pull/5973/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
View file https://github.com/patelchaitany/feast/blob/30dddd70e7a10ed3d12721ce1a03a38effbe6baf/sdk/python/feast/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5973/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5973/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
https://github.com/feast-dev/feast/pull/5973/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
https://github.com/feast-dev/feast/pull/5973/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/chunker.pyhttps://github.com/feast-dev/feast/pull/5973/files#diff-9937577ed56b5cad88b049fe73ddd59cd5244e096bf8061049dea17881355b8d
View file https://github.com/patelchaitany/feast/blob/30dddd70e7a10ed3d12721ce1a03a38effbe6baf/sdk/python/feast/chunker.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5973/{{ revealButtonHref }}
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5973/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.