CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 14:48:24 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/feast-dev/feast.git
etag: W/"aedaaea662ef99f4083dbd7ad54cd934"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Eo%2BoGXDXN%2BfeGOZ8al4K%2F3VFM%2FMG%2Bk3xbMVRK0129FK9FPWsC933%2FIoVJTsPeXuVbnSqeONQarSOlUkOpnoRQvOBZEUYJDUwO2JN1wbvsLx6pIUPvMhXbBEwnwoI1ldzQ4QTXf9Hmd42Wk0WmCPEUvMxcW0yDDpZfKP1xsfvavyKcDWCqPZC%2Fhb%2BEV2BqyvtAU%2FEFJEaTbit23xUTIVWQV0P0oZYTRR8wH4oQsbaXHPUwVDNowqkEaKy3%2Bolg1qCZVx4kXajNjhV6sefWd71AA%3D%3D--5PmILPK8H4Qbcj9N--FtK8msNthUsGbw50Xj3gXw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1286908089.1753368504; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:48:24 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 14:48:24 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8C20:221B2B:1C801:211F4:688247B7
feat: Adding support to return additional features from vector retrie… · feast-dev/feast@6ce08d3 · GitHub
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 6ce08d3
authored
feat: Adding support to return additional features from vector retrieval for Milvus db (#4971)
* checking in progress but this Pr still is not ready yet
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* feat: Adding new method to FeatureStore to allow more flexible retrieval of features from vector similarity search
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* Adding requested_features back into online_store
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removed type adjustment
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>1 parent 6a1c102 commit 6ce08d3Copy full SHA for 6ce08d3
File tree
Expand file treeCollapse file tree
9 files changed
+573
-63
lines changedFilter options
- sdk/python
- feast
- infra
- online_stores
- milvus_online_store
- tests
- example_repos
- unit/online_store
Expand file treeCollapse file tree
9 files changed
+573
-63
lines changedsdk/python/feast/feature_store.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py+143-2Lines changed: 143 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
1833 | 1834 |
| |
1834 | 1835 |
| |
1835 | 1836 |
| |
1836 |
| - | |
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | 1839 |
| |
| |||
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
1864 | 1924 |
| |
1865 | 1925 |
| |
1866 | 1926 |
| |
| |||
1878 | 1938 |
| |
1879 | 1939 |
| |
1880 | 1940 |
| |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
1881 | 1945 |
| |
1882 | 1946 |
| |
1883 | 1947 |
| |
| |||
1891 | 1955 |
| |
1892 | 1956 |
| |
1893 | 1957 |
| |
1894 |
| - | |
| 1958 | + | |
1895 | 1959 |
| |
1896 | 1960 |
| |
1897 | 1961 |
| |
| |||
1916 | 1980 |
| |
1917 | 1981 |
| |
1918 | 1982 |
| |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
1919 | 2047 |
| |
1920 | 2048 |
| |
1921 | 2049 |
| |
| |||
2265 | 2393 |
| |
2266 | 2394 |
| |
2267 | 2395 |
| |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + |
You can’t perform that action at this time.
0 commit comments