issues
search
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.22k
stars
705
forks
source link
Create Billing integration. Improve Settings pages on Desktop, Web apps
#537
Closed
debanjum
closed
1 year ago
debanjum
commented
1 year ago
Major
Expose Billing via Stripe on Khoj Web app for Khoj Cloud subscription
f466751f Expose card on web app config page to manage subscription to Khoj cloud
9aaf475c Create API webhook, endpoints for subscription payments using Stripe
Put Computer files to index into Card under Content section
156421d3 Show file type icons for each indexed file in config card of web app
7c424e0d Enable deleting all indexed desktop files from Khoj via Desktop app
6e957584 Create config page on web app to manage computer files indexed by Khoj
Track data source (computer, github, notion) of each entry
d527b644 Update content by source via API. Make web client use this API for config
9ab327a2 Store the data source of each entry in database
Cleanup
045c2252 Set content enabled status on update via config buttons on web app
c82cd086 Delete deprecated content config pages for local files from web client
97cf8339 Rename Sync button, Force Sync toggle to Save, Save All buttons
Fixes
779fa531 Prevent Desktop app triggering multiple simultaneous syncs to server
9f47fc8e Upgrade langchain version since adding support for OCR-ing PDFs
404d47f1 Bubble up content indexing errors to notify user on client apps
Major
Cleanup
Fixes