Skip to content

Commit f4afcd2

Browse files
docs: Adding docs and retrieve online documents endpoint to Feature Server documentation (feast-dev#5019)
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent fce0d35 commit f4afcd2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/getting-started/components/feature-server.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ The Feature Server operates as a stateless service backed by two key components:
3131

3232
## Endpoints Overview
3333

34-
| Endpoint | Description |
35-
| -------------------------- | ----------------------------------------------------------------------- |
36-
| `/get-online-features` | Retrieves feature values for specified entities and feature references. |
37-
| `/push` | Pushes feature data to the online and/or offline store. |
38-
| `/materialize` | Materializes features within a specific time range to the online store. |
39-
| `/materialize-incremental` | Incrementally materializes features up to the current timestamp. |
34+
| Endpoint | Description |
35+
|------------------------------|-------------------------------------------------------------------------|
36+
| `/get-online-features` | Retrieves feature values for specified entities and feature references. |
37+
| `/push` | Pushes feature data to the online and/or offline store. |
38+
| `/materialize` | Materializes features within a specific time range to the online store. |
39+
| `/materialize-incremental` | Incrementally materializes features up to the current timestamp. |
40+
| `/retrieve-online-documents` | Supports Vector Similarity Search for RAG (Alpha end-ponit) |
41+
| `/docs` | API Contract for available endpoints |
4042

0 commit comments

Comments
 (0)