File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
docs/getting-started/components Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments