Skip to content

Commit

Permalink
docs: Adding docs and retrieve online documents endpoint to Feature S…
Browse files Browse the repository at this point in the history
…erver documentation (#5019)

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo authored Feb 6, 2025
1 parent fce0d35 commit f4afcd2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/getting-started/components/feature-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit f4afcd2

Please sign in to comment.