René's URL Explorer Experiment


Title: feat: Making feast vector store with open ai search api compatible by patelchaitany · Pull Request #6121 · feast-dev/feast · GitHub

Open Graph Title: feat: Making feast vector store with open ai search api compatible by patelchaitany · Pull Request #6121 · feast-dev/feast

X Title: feat: Making feast vector store with open ai search api compatible by patelchaitany · Pull Request #6121 · feast-dev/feast

Description: What this PR does / why we need it: This PR making the feast vector store api with open ai search api compatible so. This are the changes are made. New OpenAI-compatible endpoint Added POST /v1/vector_stores/{vector_store_id}/search that matches the OpenAI vector store search API vector_store_id just maps to a feature view name Takes a query string, embeds it via LiteLLM, calls retrieve_online_documents_v2, and returns results in OpenAI's vector_store.search_results.page format LiteLLM embedding config goes in feature_store.yaml under a new embedding_model section (model, api_key, api_base, api_version, dimensions Metadata filtering New filter_models.py with two Pydantic models: ComparisonFilter (eq, ne, gt, gte, lt, lte, in, nin) and CompoundFilter (and/or, nestable) Threaded filters through the entire retrieval stack down to each online store Each store translates filters into its native query language: Elasticsearch: Query DSL clauses (term, range, terms, bool) Milvus: boolean expressions like field == 'value' Postgres: parameterized SQL subqueries with entity_key IN (SELECT ...) SQLite: same approach as Postgres, SQLite syntax Numeric storage fix Without this change, all values are stored as text, so '9' > '100' is true in filters New enable_openai_compatible_store config flag on every store backend When enabled, adds a value_num column that stores int, float, double, and bool values natively alongside the existing `value_text Bug fixes picked up along the way SQLite BM25 search was reading raw value instead of value_text SQLite's query param renamed to embedding since that's what it actually is Added input escaping for Milvus query strings Tests 160 lines of unit tests for filter models (valid/invalid operators, value types, nested compounds) ~320 lines of integration tests covering filtered vector search, filtered text search, OpenAI response shape, and error cases (no embedding config, nonexistent feature view, empty results) Which issue(s) this PR fixes: #5615 Misc

Open Graph Description: What this PR does / why we need it: This PR making the feast vector store api with open ai search api compatible so. This are the changes are made. New OpenAI-compatible endpoint Added POST /v1...

X Description: What this PR does / why we need it: This PR making the feast vector store api with open ai search api compatible so. This are the changes are made. New OpenAI-compatible endpoint Added POST /v1...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:2ab55215-289a-a1f5-1064-a401c0476dec
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC6E2:3BE779:D7E82:1241FC:6A526C2C
html-safe-nonceec42112628c7cba38918344c7a6fbdeb08e8103facb0c4ad1c53c5b30ff374d9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkUyOjNCRTc3OTpEN0U4MjoxMjQxRkM6NkE1MjZDMkMiLCJ2aXNpdG9yX2lkIjoiNzM0OTAxMzI4MDkxMDg5NjE3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac636d3cfe490905282d0dda85ccfc810885dd0d3dec465354348ba8c512b8c7a2
hovercard-subject-tagpull_request:3409111640
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/6121/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 making the feast vector store api with open ai search api compatible so. This are the changes are made. New OpenAI-compatible endpoint Added POST /v1...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6121/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6121%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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F6121%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/6121/files
Reloadhttps://github.com/feast-dev/feast/pull/6121/files
Reloadhttps://github.com/feast-dev/feast/pull/6121/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/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 213 https://github.com/feast-dev/feast/issues
Pull requests 176 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
patelchaitanyhttps://github.com/patelchaitany
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
patelchaitany:enh/openai-compatibel-store-apihttps://github.com/patelchaitany/feast/tree/enh/openai-compatibel-store-api
Conversation 105 https://github.com/feast-dev/feast/pull/6121
Commits 8 https://github.com/feast-dev/feast/pull/6121/commits
Checks 28 https://github.com/feast-dev/feast/pull/6121/checks
Files changed https://github.com/feast-dev/feast/pull/6121/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/files
feat: Making feast vector store with open ai search api compatible https://github.com/feast-dev/feast/pull/6121/files#top
Show all changes 8 commits https://github.com/feast-dev/feast/pull/6121/files
28abde7 Phase 1: Added basic open ai competible search api in the vector store patelchaitany Mar 17, 2026 https://github.com/feast-dev/feast/pull/6121/commits/28abde7f402ad5ed3ea3228a9d8050c3a9c3bdff
d10c6f1 Added test for testing the new OpenAI api patelchaitany Mar 24, 2026 https://github.com/feast-dev/feast/pull/6121/commits/d10c6f11c9836af2c255e97dc45cf935bf65953a
0f4bfc8 fix: patch fastapi_mcp circular recursion that blocks MCP endpoint r… patelchaitany May 19, 2026 https://github.com/feast-dev/feast/pull/6121/commits/0f4bfc89933ea213ce51654c957b612157a34c5a
09dddd0 docs: Update filtering requirements for Postgres and SQLite backends … patelchaitany Jun 23, 2026 https://github.com/feast-dev/feast/pull/6121/commits/09dddd07a03345eec9eece467b18cbdf07506af6
88f7ade - Accept rewrite_query=false as a no-op; only reject patelchaitany Jul 3, 2026 https://github.com/feast-dev/feast/pull/6121/commits/88f7aded308502960761c6569a773addd5a4f0ce
94d97f3 - Add GET /v1/vector_stores and GET patelchaitany Jul 6, 2026 https://github.com/feast-dev/feast/pull/6121/commits/94d97f35dc5d4200fd00dd7e8389ae25880cfe70
7fcbf1d Remove LiteLLM embedding provider, default to Sentence Transformers patelchaitany Jul 7, 2026 https://github.com/feast-dev/feast/pull/6121/commits/7fcbf1d5fb96398375a37287e557e12366672977
deac445 Updatethe Docs, documented OpenAI search API as Alpha patelchaitany Jul 8, 2026 https://github.com/feast-dev/feast/pull/6121/commits/deac445cc1f500b9facface91284c5d4275b63a9
Clear filters https://github.com/feast-dev/feast/pull/6121/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/files
SUMMARY.md https://github.com/feast-dev/feast/pull/6121/files#diff-492f4fe6d732168c58e78f2a627614dc59f1e41a5d12da3d8347d3957e9673f6
feature-server.md https://github.com/feast-dev/feast/pull/6121/files#diff-bca98c2cd747783dd6c769fcea3597df024ffabc2555bfe5555e2034e1881d32
genai.md https://github.com/feast-dev/feast/pull/6121/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
alpha-vector-database.md https://github.com/feast-dev/feast/pull/6121/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
python-feature-server.md https://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
feature_server_docker_smoke.py https://github.com/feast-dev/feast/pull/6121/files#diff-08d4f2e079e45306421eea4051ba0d95db5038788db609279421d510399c870f
feast-agents-mcp.md https://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
feast-openai-compatible-api.md https://github.com/feast-dev/feast/pull/6121/files#diff-9027edda57b0a1744de3b422668243f52696a6fb47877f61ed21a93123713ba6
feast-openai-compat-flow.png https://github.com/feast-dev/feast/pull/6121/files#diff-0ad960e3bf7a58af7c8eadab132266ea13c50e4d06433d51ab86cad6e221bb78
__init__.py https://github.com/feast-dev/feast/pull/6121/files#diff-794af67ced1855fb3e80801c28bebe22bae240b71241a7857576353d4321e284
rest_registry_server.py https://github.com/feast-dev/feast/pull/6121/files#diff-c3ce41386e39d23ca558f04b094585268f47eca4887059cae37c373357c3ffba
embedder.py https://github.com/feast-dev/feast/pull/6121/files#diff-7451cfad683b4e95436b74cc1ab24753baf52bbc7a2e4f7aebeae905a502d171
feature_server.py https://github.com/feast-dev/feast/pull/6121/files#diff-47bf85967b55f577ebd4586f9a93f2cc0c9433270bd67b21ddb33e89fd464167
feature_store.py https://github.com/feast-dev/feast/pull/6121/files#diff-ff4e2a65c8c29b7971edc77a61a7e970d410d77d9f173f72714d1bb49e2509a2
filter_models.py https://github.com/feast-dev/feast/pull/6121/files#diff-9604fe79a08cd91dcd3534529dbc0d48cbe16170f6041158ce29592ede3ad315
mcp_server.py https://github.com/feast-dev/feast/pull/6121/files#diff-de25749bfc4240bbd1f157571567fe01c27bfe4be2824dc37b1ba34279783677
elasticsearch.py https://github.com/feast-dev/feast/pull/6121/files#diff-a41881d2a25ed526c0d14a66e4509b8bbb70ae26707a5e15fb0556492bc1fbf6
helpers.py https://github.com/feast-dev/feast/pull/6121/files#diff-7b69c4b23e71af8e68544a5feab6e28faaeadc96f5168bed682350c595887b52
milvus.py https://github.com/feast-dev/feast/pull/6121/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
mongodb.py https://github.com/feast-dev/feast/pull/6121/files#diff-5e9b45994c81d8875be55786d2f48408094370a0351f8c6fc18160dc103c1db0
online_store.py https://github.com/feast-dev/feast/pull/6121/files#diff-5ca0c4f03c06d0555b1abff748ac19b61836cacade81c5c670df9cb2704b4021
postgres.py https://github.com/feast-dev/feast/pull/6121/files#diff-47ca5062c9deda124e65cb5f558c1c4aceffbcfaf88d499fd79b11a51f56c921
remote.py https://github.com/feast-dev/feast/pull/6121/files#diff-18c802bf316b380e9ad6c1f16e00416ef95fa998564e8a3a6488f1a149dcbcf6
sqlite.py https://github.com/feast-dev/feast/pull/6121/files#diff-f45e0ee04fc45d6c884e713e4a00d76bb79193672292d93b3e5112f0bad63412
passthrough_provider.py https://github.com/feast-dev/feast/pull/6121/files#diff-d9f79a3598724f611628ace828bfb01721e6ffe34cc8f16e313ed9fdd48e8ab2
provider.py https://github.com/feast-dev/feast/pull/6121/files#diff-465c56d60ad11aa485727982ae4b7adf6e1eca816f610442078f871ddd9357a5
repo_config.py https://github.com/feast-dev/feast/pull/6121/files#diff-c90c6781dcec3cdcc26843e013d3d6e9c1ce89d084b3a67e818fe76a0c7d0436
utils.py https://github.com/feast-dev/feast/pull/6121/files#diff-40c97723b8e9de73be769c43e3a3ef5f7623aef7d53aa05d77fcb7ab8d2aa5e0
vector_store_utils.py https://github.com/feast-dev/feast/pull/6121/files#diff-5e91ec47b66ee28daa4203fa71fd45813bd639ee0bf85b5946c593064476e80f
foo_provider.py https://github.com/feast-dev/feast/pull/6121/files#diff-3e70f7efad4646b336a001b3aff21b3fd292abb0c1037aa895eb7a2798b5150f
test_universal_online.py https://github.com/feast-dev/feast/pull/6121/files#diff-4f3e62ecf7f09cabe95c2e4536bab2ac159c0a64967dabe46517f423d6a49923
test_api_rest_registry_server.py https://github.com/feast-dev/feast/pull/6121/files#diff-d21103ae004116b2d76442f552e1f34eccea15ee02ea94c6a6ef0693c8fa453b
test_mcp_server.py https://github.com/feast-dev/feast/pull/6121/files#diff-304bf1af00df770ae3d4cae1755e805e23274082daaf850f0ca447f6c4caecdb
test_filter_models.py https://github.com/feast-dev/feast/pull/6121/files#diff-ce8834bcfcfca60ebc60cd973f1ad54b27dfbe0a9cdc77176094bd509eec6627
test_vector_store_utils.py https://github.com/feast-dev/feast/pull/6121/files#diff-cb33d62065c6c060dc73f6274c5df70ddcbdf5b9a5bd1a7587ef25faf00b5845
postgres.py https://github.com/feast-dev/feast/pull/6121/files#diff-1c447a1db83b49ca8862b89c68ddec92a2eaa7377d0dc55c780cfb69fbb4d344
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/SUMMARY.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-492f4fe6d732168c58e78f2a627614dc59f1e41a5d12da3d8347d3957e9673f6
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/docs/SUMMARY.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-492f4fe6d732168c58e78f2a627614dc59f1e41a5d12da3d8347d3957e9673f6
https://github.com/feast-dev/feast/pull/6121/files#diff-492f4fe6d732168c58e78f2a627614dc59f1e41a5d12da3d8347d3957e9673f6
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/getting-started/components/feature-server.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-bca98c2cd747783dd6c769fcea3597df024ffabc2555bfe5555e2034e1881d32
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/docs/getting-started/components/feature-server.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-bca98c2cd747783dd6c769fcea3597df024ffabc2555bfe5555e2034e1881d32
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/getting-started/genai.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/docs/getting-started/genai.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
https://github.com/feast-dev/feast/pull/6121/files#diff-d9ece0abd5294ce890ee03785b157449c292931a06fc06b657f5316909827aac
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/alpha-vector-database.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/docs/reference/alpha-vector-database.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
https://github.com/feast-dev/feast/pull/6121/files#diff-ba9f52d5dc2a1afabf60d5b00070b48f0063eb6b55326a306f766b3f7c692065
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/feature-servers/python-feature-server.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/docs/reference/feature-servers/python-feature-server.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
https://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
https://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
https://github.com/feast-dev/feast/pull/6121/files#diff-e0f08582504cb3b6776117cc7b9e3ce82f07568e1a9d831f89b3027322909bb9
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L7
infra/scripts/feature_server_docker_smoke.pyhttps://github.com/feast-dev/feast/pull/6121/files#diff-08d4f2e079e45306421eea4051ba0d95db5038788db609279421d510399c870f
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/infra/scripts/feature_server_docker_smoke.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-08d4f2e079e45306421eea4051ba0d95db5038788db609279421d510399c870f
https://github.com/feast-dev/feast/pull/6121/files#diff-08d4f2e079e45306421eea4051ba0d95db5038788db609279421d510399c870f
https://github.com/feast-dev/feast/pull/6121/files#diff-08d4f2e079e45306421eea4051ba0d95db5038788db609279421d510399c870f
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L7
infra/website/docs/blog/feast-agents-mcp.mdhttps://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
View file https://github.com/feast-dev/feast/blob/deac445cc1f500b9facface91284c5d4275b63a9/infra/website/docs/blog/feast-agents-mcp.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6121/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
https://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
https://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
https://github.com/feast-dev/feast/pull/6121/files#diff-e3e28863453f3b6adc26eb1fbe07e87c6a533e03ba0b91f9ba15cd8dca4420e9
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6121/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.