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

feat(stores): Initial vectors, ids, and delete in MemoryVectorStore #123

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

davidmigloz
Copy link
Owner

@davidmigloz davidmigloz commented Aug 18, 2023

  • The document id is now used as id in the MemoryVectorStore entries
  • You can now delete entries with the MemoryVectorStore.delete method
  • You can now specify a list of initialMemoryVectors to initialize the vector store with
  • Added MemoryVector.fromMap and MemoryVector.toMap() to de/serialize MemoryVector

@davidmigloz davidmigloz self-assigned this Aug 18, 2023
@davidmigloz davidmigloz added this to the v0.0.8 milestone Aug 18, 2023
@davidmigloz davidmigloz merged commit f87a738 into main Aug 18, 2023
1 check passed
@davidmigloz davidmigloz deleted the memory-vector branch August 18, 2023 14:49
KennethKnudsen97 pushed a commit to KennethKnudsen97/langchain_dart that referenced this pull request Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant