From f4afcd2e9bb831e412dd31327b8596961422be5a Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Thu, 6 Feb 2025 13:59:44 -0500 Subject: [PATCH] docs: Adding docs and retrieve online documents endpoint to Feature Server documentation (#5019) Signed-off-by: Francisco Javier Arceo --- docs/getting-started/components/feature-server.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/components/feature-server.md b/docs/getting-started/components/feature-server.md index 90e6d25e5a2..4d961054ecb 100644 --- a/docs/getting-started/components/feature-server.md +++ b/docs/getting-started/components/feature-server.md @@ -31,10 +31,12 @@ The Feature Server operates as a stateless service backed by two key components: ## Endpoints Overview -| 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. | +| 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 |