Modifying Sliced Documents #620
Replies: 2 comments 2 replies
-
I don't know if this is in the plan, but my friends and I urgently need this feature. We are unable to make modifications to a certain segment, which leads to the need to re import the entire document |
Beta Was this translation helpful? Give feedback.
-
Documents can be updated using the document ID returned by the memory API. As for internal storage, you should consider using something like Entity Framework or the proper library for the chosen storage, in order to manipulate records following your requirements. Note that internal details can change over time. About the prompt and how chunks are injected into the LLM prompts, if that's needed, the prompt template is customizable. |
Beta Was this translation helpful? Give feedback.
-
Context / Scenario
I hope to add modifications to the sliced document after Import. I have encapsulated the Handle implementation of QA slicing based on step.
The problem
For example, the following are my prompt words:
In this case, after importing the document, I may need to manually modify the QA extracted by llm. I hope this can be implemented from Kernel Memory because it is compatible with multiple different vector databases
Proposed solution
Add the ability to modify and re vector sliced documents in MemoryServerless
Importance
would be great to have
Beta Was this translation helpful? Give feedback.
All reactions