Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight abstraction layer over vector databases #1669

Closed
dandv opened this issue Feb 1, 2025 · 3 comments
Closed

Highlight abstraction layer over vector databases #1669

dandv opened this issue Feb 1, 2025 · 3 comments
Labels
Documentation Improvements or additions to documentation enhancement New feature or request Vectors Issue with Mastra Vectors

Comments

@dandv
Copy link

dandv commented Feb 1, 2025

I did a bit of advocacy for Mastra here, showcasing how it makes it far easier to evaluate multiple vector DBs before committing to one, by providing a consistent interface to upsetting and querying.

My comment links to https://mastra.ai/docs/rag/vector-databases. Could that page be even more effective at highlighting this consistent interface? For example, by

  • mentioning this specifically
  • using the same collection name, my-collection, unless the name matters for embeddings and my-index
  • only using one example, with the vector DB initialization factored out
  • using tabs for the vector DB (askin to npm/pnpm/yarn/...), so it's immediately visible how the actual usage is unchanged
@github-actions github-actions bot added Documentation Improvements or additions to documentation enhancement New feature or request Vectors Issue with Mastra Vectors labels Feb 1, 2025
@calcsam
Copy link
Contributor

calcsam commented Feb 3, 2025

Thanks! Working on this in #1676

calcsam added a commit that referenced this issue Feb 3, 2025
Working on this in response to
#1669 -- @adeleke5140 can you
add in a `<Tabs>` and `<Tab>` feature?

---------

Co-authored-by: Kenny <[email protected]>
@calcsam
Copy link
Contributor

calcsam commented Feb 10, 2025

Okay completed, closing

@calcsam calcsam closed this as completed Feb 10, 2025
@dandv
Copy link
Author

dandv commented Feb 10, 2025

Nice! Perhaps the heading and description of the DB should be included in the tab? Otherwise it's Postgres for all:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation enhancement New feature or request Vectors Issue with Mastra Vectors
Projects
None yet
Development

No branches or pull requests

2 participants