Skip to content

Commit a35f59a

Browse files
updated to add another column about v2 support
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent eff1b65 commit a35f59a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/reference/alpha-vector-database.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ 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 |
11-
|-----------------|-----------|----------|
12-
| Pgvector | [x] | [ ] |
13-
| Elasticsearch | [x] | [x] |
14-
| Milvus | [x] | [x] |
15-
| Faiss | [ ] | [ ] |
16-
| SQLite | [x] | [ ] |
17-
| Qdrant | [x] | [x] |
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] | [] |
18+
19+
*Note: V2 Support means the SDK supports retrieval of features along with vector embeddings from vector similarity search.
1820

1921
Note: SQLite is in limited access and only working on Python 3.10. It will be updated as [sqlite_vec](https://github.com/asg017/sqlite-vec/) progresses.
2022

0 commit comments

Comments
 (0)