Skip to content
Snippets Groups Projects

README

Future Work

  • cloud deployment
  • improve chunking strategy
    • probably too fine-grained right now using individual sections
    • try full pages
    • try a hierarchical retrieval strategy
      • use full pages as initial pass
      • then use sections only from within that page as second pass
  • "BS" mitigation strategies?
  • improve embedding db persistence strategy
    • CI/CD triggered by docs changes
  • mitigate prompt injection attacks
  • server-client model