You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/online-stores/cassandra.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Cassandra + Astra DB online store (contrib)
1
+
# Cassandra + Astra DB online store
2
2
3
3
## Description
4
4
@@ -59,7 +59,7 @@ online_store:
59
59
```
60
60
{% endcode %}
61
61
62
-
The full set of configuration options is available in [CassandraOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.cassandra_online_store.cassandra_online_store.CassandraOnlineStoreConfig).
62
+
The full set of configuration options is available in [CassandraOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.cassandra_online_store.cassandra_online_store.CassandraOnlineStoreConfig).
63
63
For a full explanation of configuration options please look at file
Copy file name to clipboardExpand all lines: docs/reference/online-stores/elasticsearch.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ElasticSearch online store (contrib)
1
+
# ElasticSearch online store
2
2
3
3
## Description
4
4
@@ -26,7 +26,7 @@ online_store:
26
26
```
27
27
{% endcode %}
28
28
29
-
The full set of configuration options is available in [ElasticsearchOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.elasticsearch.ElasticsearchOnlineStoreConfig).
29
+
The full set of configuration options is available in [ElasticsearchOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.elasticsearch_online_store.ElasticsearchOnlineStoreConfig).
Copy file name to clipboardExpand all lines: docs/reference/online-stores/mysql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# MySQL online store (contrib)
1
+
# MySQL online store
2
2
3
3
## Description
4
4
@@ -26,7 +26,7 @@ online_store:
26
26
```
27
27
{% endcode %}
28
28
29
-
The full set of configuration options is available in [MySQLOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.mysql.MySQLOnlineStoreConfig).
29
+
The full set of configuration options is available in [MySQLOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.mysql_online_store.MySQLOnlineStoreConfig).
Copy file name to clipboardExpand all lines: docs/reference/online-stores/postgres.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PostgreSQL online store (contrib)
1
+
# PostgreSQL online store
2
2
3
3
## Description
4
4
@@ -35,7 +35,7 @@ online_store:
35
35
```
36
36
{% endcode %}
37
37
38
-
The full set of configuration options is available in [PostgreSQLOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.postgres.PostgreSQLOnlineStoreConfig).
38
+
The full set of configuration options is available in [PostgreSQLOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.postgres_online_store.PostgreSQLOnlineStoreConfig).
39
39
40
40
## Functionality Matrix
41
41
@@ -79,7 +79,7 @@ For the Retrieval Augmented Generation (RAG) use-case, you have to embed the qu
79
79
{% code title="python" %}
80
80
```python
81
81
from feast import FeatureStore
82
-
from feast.infra.online_stores.postgres import retrieve_online_documents
82
+
from feast.infra.online_stores.postgres_online_store import retrieve_online_documents
Copy file name to clipboardExpand all lines: docs/reference/online-stores/qdrant.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Qdrant online store (contrib)
1
+
# Qdrant online store
2
2
3
3
## Description
4
4
@@ -26,7 +26,7 @@ online_store:
26
26
27
27
{% endcode %}
28
28
29
-
The full set of configuration options is available in [QdrantOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.qdrant.QdrantOnlineStoreConfig).
29
+
The full set of configuration options is available in [QdrantOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.qdrant_online_store.QdrantOnlineStoreConfig).
Copy file name to clipboardExpand all lines: docs/reference/online-stores/scylladb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ online_store:
55
55
{% endcode %}
56
56
57
57
58
-
The full set of configuration options is available in [CassandraOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.contrib.cassandra_online_store.cassandra_online_store.CassandraOnlineStoreConfig).
58
+
The full set of configuration options is available in [CassandraOnlineStoreConfig](https://rtd.feast.dev/en/master/#feast.infra.online_stores.cassandra_online_store.cassandra_online_store.CassandraOnlineStoreConfig).
59
59
For a full explanation of configuration options please look at file
0 commit comments