-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docs: Deprecate Helm Operator - docs #5022
base: master
Are you sure you want to change the base?
docs: Deprecate Helm Operator - docs #5022
Conversation
Can you re-trigger test ? @franciscojavierarceo |
done! that was strange though that test is usually not flaky... |
Also it is better to mention |
For now, we’re only deprecating the helm operatorOn Feb 7, 2025, at 9:26 AM, Theodor Mihalache ***@***.***> wrote:
@tmihalac commented on this pull request.
In docs/how-to-guides/running-feast-in-production.md:
@@ -203,7 +203,7 @@ feature_vector = fs.get_online_features(
).to_dict()
```
-### 4.2. Deploy Feast feature servers on Kubernetes
+### 4.2. Deploy Feast feature servers on Kubernetes (Deprecated replaced by [feast-operator](../../infra/feast-operator/README.md))
Are deprecating only the helm operator or everything that is related to helm like the feast server helm as well ?
@tchughesiv @franciscojavierarceo @redhatHameed
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Head branch was pushed to by a user without write access
OK reverted the chart deprecation tag |
…erver documentation (feast-dev#5019) Signed-off-by: Francisco Javier Arceo <[email protected]> Signed-off-by: Theodor Mihalache <[email protected]>
8f1880e
to
8de4173
Compare
Signed-off-by: Theodor Mihalache <[email protected]>
8de4173
to
b50e308
Compare
| Endpoint | Description | | ||
|------------------------------|-------------------------------------------------------------------------| | ||
| `/get-online-features` | Retrieves feature values for specified entities and feature references. | | ||
| `/push` | Pushes feature data to the online and/or offline store. | | ||
| `/materialize` | Materializes features within a specific time range to the online store. | | ||
| `/materialize-incremental` | Incrementally materializes features up to the current timestamp. | | ||
| `/retrieve-online-documents` | Supports Vector Similarity Search for RAG (Alpha end-ponit) | | ||
| `/docs` | API Contract for available endpoints | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these changes be in this PR? maybe a rebase is necessary?
@@ -3,6 +3,7 @@ name: feast-feature-server | |||
description: Feast Feature Server in Go or Python | |||
type: application | |||
version: 0.45.0 | |||
deprecated: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line should be removed right?
Updated Helm Operator to point out that the operator is deprecated and the new feast go operator should be used instead.
What this PR does / why we need it:
The feast go operator is more powerful and allows a flexible deployment