logancyang_obsidian-copilot/manifest.json
Logan Yang 287f5d3e68
Implement cross-session vector store, command to clear it, and TTL setting (#126)
* Implement cross-session vectorstore persistence

* Add command to clear local vector store

* Refactor ChainFactory and create VectorDBManager

* Add setting for TTL

* 2.4.2
2023-08-10 16:53:48 -07:00

14 lines
No EOL
382 B
JSON

{
"id": "copilot",
"name": "Copilot",
"version": "2.4.2",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
},
"isDesktopOnly": true
}