Skip to content

Commit 6998c04

Browse files
updated docs
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent a9df5a2 commit 6998c04

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/reference/alpha-vector-database.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Vector database allows user to store and retrieve embeddings. Feast provides gen
77
## Integration
88
Below are supported vector databases and implemented features:
99

10-
| Vector Database | Retrieval | Indexing | V2 Support* |
11-
|-----------------|-----------|----------|-------------|
12-
| Pgvector | [x] | [ ] | [] |
13-
| Elasticsearch | [x] | [x] | [] |
14-
| Milvus | [x] | [x] | [x] |
15-
| Faiss | [ ] | [ ] | [] |
16-
| SQLite | [x] | [ ] | [] |
17-
| Qdrant | [x] | [x] | [] |
10+
| Vector Database | Retrieval | Indexing | V2 Support* | Online Read |
11+
|-----------------|-----------|----------|-------------|-------------|
12+
| Pgvector | [x] | [ ] | [] | [] |
13+
| Elasticsearch | [x] | [x] | [] | [] |
14+
| Milvus | [x] | [x] | [x] | [x] |
15+
| Faiss | [ ] | [ ] | [] | [] |
16+
| SQLite | [x] | [ ] | [x] | [x] |
17+
| Qdrant | [x] | [x] | [] | [] |
1818

1919
*Note: V2 Support means the SDK supports retrieval of features along with vector embeddings from vector similarity search.
2020

@@ -30,7 +30,7 @@ Beyond that, we will then have `retrieve_online_documents` and `retrieve_online_
3030
backwards compatibility and the adopt industry standard naming conventions.
3131
{% endhint %}
3232

33-
**Note**: Milvus implements the v2 `retrieve_online_documents_v2` method in the SDK. This will be the longer-term solution so that Data Scientists can easily enable vector similarity search by just flipping a flag.
33+
**Note**: Milvus and SQLite implement the v2 `retrieve_online_documents_v2` method in the SDK. This will be the longer-term solution so that Data Scientists can easily enable vector similarity search by just flipping a flag.
3434

3535
## Examples
3636

0 commit comments

Comments
 (0)