From 21b580b40bdfac4b438ccdc662cf45ffd9eabcb0 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Sun, 13 Apr 2025 22:20:35 -0400 Subject: [PATCH] Update roadmap.md --- docs/roadmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/roadmap.md b/docs/roadmap.md index 0607dab1309..0bae2d0198e 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -7,6 +7,9 @@ The list below contains the functionality that contributors are planning to deve * **Natural Language Processing** * [x] Vector Search (Alpha release. See [RFC](https://docs.google.com/document/d/18IWzLEA9i2lDWnbfbwXnMCg3StlqaLVI-uRpQjr_Vos/edit#heading=h.9gaqqtox9jg6)) * [ ] [Enhanced Feature Server and SDK for native support for NLP](https://github.com/feast-dev/feast/issues/4964) + * [ ] Keyword Search + * [ ] Hybrid Search + * [ ] Default Chunking and Sentence Embedding for RAG * **Data Sources** * [x] [Snowflake source](https://docs.feast.dev/reference/data-sources/snowflake) * [x] [Redshift source](https://docs.feast.dev/reference/data-sources/redshift)