feat(core): llm integration for cli#236
Conversation
|
Thinking in the open about strategy for documentation injection: Could use 'fuzzy-finder'-esque wrapper to determine concepts or words that are relevant to a user's query. Might have to start with dict of common associations. Ex: ['DSP', 'Data Security Platform' ...] --> ['$def_of_dsp', $opt_link_to_readme_section] This, along with basic sanitization wrapping in |
|
@andrewrust-virtru when considering the reducing context have you looked at prompt-engineering with llama2? https://medium.com/@eboraks/llama-2-prompt-engineering-extracting-information-from-articles-examples-45158ff9bd23 For instance if we append |
|
UPDATE(08/06/24): https://github.com/virtru-corp/data-security-platform/issues/455#issuecomment-2272393715 In preparation for intern presentation Thursday, ending 'new feature' commits. Just necessary bug fixes for a working demo. Updating documentation for OpenTDF issue #455 on base issue for Related to archived Atlassian goal and abandoned otdfctl branch #40 |
SEE FULL STATUS on OpenTDF Issue #455 and/or otdfctl issue #12
This PR integrates capacity for a localized LLM model to be used as an aid for troubleshooting DSP and otdfctl via prompt injection of relevant documentation into a local LLM(ex: ollama)
Architecture Overview
System Requirements:
- [ ] Documentation retrieval and injectionFuture Wishlist
Open Bugs/Issues: