khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.26k stars 706 forks source link

Changed globbing. Now doesn't clobber a users glob if they want to a… #496

Closed spott closed 1 year ago

spott commented 1 year ago

…dd it, but will (if just given a directory), add a recursive glob.

Note: python's glob engine doesn't support {} globing, a future option is to warn if that is included.

Closes https://github.com/khoj-ai/khoj/issues/493