Commit 9da407f
Update feature matrix for Astra DB vector store integration (#1159)
## Overview
This PR updates the feature matrix for the Astra DB vector store
integration.
## Type of change
**Type:** Update existing documentation
## Checklist
- [x] I have read the [contributing guidelines](README.md)
- [?] I have tested my changes locally using `docs dev`
- [n/a] All code examples have been tested and work correctly
- [n/a] I have used **root relative** paths for internal links
- [n/a] I have updated navigation in `src/docs.json` if needed
- I have gotten approval from the relevant reviewers
## Additional notes
This PR marks these two attributes as "yes" for the Astra DB Vector
Store component: **passes standard tests** and **multi tenancy**.
For the first item, the component [uses the entire vectorstore
suite](https://github.com/langchain-ai/langchain-datastax/blob/main/libs/astradb/tests/integration_tests/standard_tests/test_vectorstore.py)
from the `langchain-tests` in its CI/CD and passes it.
For the multi-tenancy, Astra DB is a cloud database: as such, is it my
understanding that it is inherently multitenant, as each user comes with
their own auth token and accesses their own databases there through
DB-specific endpoints ([see e.g.
here](https://github.com/langchain-ai/langchain-datastax/blob/main/libs/astradb/langchain_astradb/vectorstores.py#L770-L776)).
In that respect, it is not different than e.g. the Mongo DB Atlas vector
store, likewise marked as multitenant in the feature matrix.
Co-authored-by: Mason Daugherty <mason@langchain.dev>1 parent 8f22fbd commit 9da407f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
0 commit comments