Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

DocNotes RAG — Extension + Backend Starter

This is a working starter that lets you:

  • Capture technical documentation pages into a local "notebook"
  • Index with embeddings (FAISS)
  • Ask grounded questions using an LLM

Folders

  • extension/ — Chrome Manifest V3 extension (no API keys)
  • server/ — FastAPI backend that holds secrets, embeddings, and answers

Flow

  1. Load extension/ as an unpacked extension in Chrome (chrome://extensions → Developer mode → Load unpacked).
  2. Start the backend (server/README.md).
  3. In the popup, set backend URL, capture a docs page, then ask questions.

Notes

  • For production, deploy the backend behind auth and CORS allowlist.
  • Respect websites' ToS when scraping. Prefer official APIs/sitemaps where available.
  • For very large docs, consider pagination, sitemaps, and background crawling tasks.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages