Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated to add another column about v2 support
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Feb 3, 2025
commit a35f59a09ceec1df4d6768b04730b89bc98f6604
18 changes: 10 additions & 8 deletions docs/reference/alpha-vector-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ Vector database allows user to store and retrieve embeddings. Feast provides gen
## Integration
Below are supported vector databases and implemented features:

| Vector Database | Retrieval | Indexing |
|-----------------|-----------|----------|
| Pgvector | [x] | [ ] |
| Elasticsearch | [x] | [x] |
| Milvus | [x] | [x] |
| Faiss | [ ] | [ ] |
| SQLite | [x] | [ ] |
| Qdrant | [x] | [x] |
| Vector Database | Retrieval | Indexing | V2 Support* |
|-----------------|-----------|----------|-------------|
| Pgvector | [x] | [ ] | [] |
| Elasticsearch | [x] | [x] | [] |
| Milvus | [x] | [x] | [x] |
| Faiss | [ ] | [ ] | [] |
| SQLite | [x] | [ ] | [] |
| Qdrant | [x] | [x] | [] |

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

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.

Expand Down