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

Review and develop new design for VectorStore #1600

Open
markpollack opened this issue Oct 25, 2024 · 1 comment
Open

Review and develop new design for VectorStore #1600

markpollack opened this issue Oct 25, 2024 · 1 comment

Comments

@markpollack
Copy link
Member

Current vectorstore interface is lacking in two important areas

  • Does not support other types of search other than similarity search
  • Does not support full api coverate for admin cases, e.g. delete, update operations
@maxhov
Copy link

maxhov commented Oct 29, 2024

In its current form it also assumes that the content is next to the embeddings. Does it make sense to separate these two out? One could keep the actual data on disk, while keeping the (embedding) vector in a different place (e.g. Postgres).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants