#94 · Primary category: Writing & Content

obsidian-copilot

assistant generative-ai large-language-models llm obsidian-plugin retrieval-augmented-generation

🤖 A prototype assistant for writing and thinking

Project last updated:06/30/24

GitHub Stars

562

Forks

40

Contributors

7

License

Apache-2.0

Why we included this project

Keeping a personal knowledge base in Obsidian is one thing; getting it to help you write is another. This prototype does exactly that: you type a section header and it pulls relevant snippets from your vault using both keyword and semantic search, then drafts the section from that context. The same retrieval-augmented pattern also works for reflecting on your week from daily journal entries, so it's a handy reference if you want to see an assistant grounded in your own notes rather than generic web text. It's a prototype, not a polished product: expect to build the OpenSearch and semantic indices yourself and wire up an API key. For writers and tinkerers curious about a working RAG setup on personal notes, the code is a compact, readable place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category