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

Need a way to automatically update knowledge from the Neo4j DB to the Vector DB #65

Open
1 of 4 tasks
jay-m-dev opened this issue Apr 10, 2024 · 0 comments
Open
1 of 4 tasks
Labels
enhancement New feature or request

Comments

@jay-m-dev
Copy link
Collaborator

jay-m-dev commented Apr 10, 2024

Is your feature request related to a problem? Please describe.
We need an automated process to update the knowledge in the vector DB from the Graph KB.

Describe the solution you'd like
Whenever the knowledge is added to the AlzKB, we need to match this knowledge in the vector DB.
We may need to ADD, DELETE, UPDATE the knowledge.
This entails: Getting the updated relationships from AlzKB, translating into natural language, embedding and uploading the data.

Describe alternatives you've considered
We currently have the process in place to ADD data (without duplicates), but we need to design the proper way to handle DELETEs and UPDATEs

A few things we'll need:

@jay-m-dev jay-m-dev added the enhancement New feature or request label Apr 11, 2024
@jay-m-dev jay-m-dev self-assigned this Apr 24, 2024
@jay-m-dev jay-m-dev removed their assignment May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant