Replies: 2 comments 4 replies
-
Hi, thanks for checking us out and reporting the issue. We are working on a web UI for better knowledge base operations. Before that is ready, let us add a CLI command to support document removal. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just merged the PR. After you update to the latest version, you can now do leet doc list -k testkb to see the documents in the KB. Then for the document you want to remove, copy its document_uuid column: leet doc remove -k testkb -i <document_uuid> This will remove the document from the KB. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to remove a document from KB.
To add a local document we have the command: leet kb add-local -e .env.ollama -k testkb -p MY_DOC.pdf
But how can I remove a document from the KB?
Beta Was this translation helpful? Give feedback.
All reactions