Obsidian-Copilot: A Prototype Assistant for Writing and Thinking

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • obsidian-copilot

    🤖 A prototype assistant for writing and thinking (by eugeneyan)

  • Um... can someone explain what this actually does?

    In the video the user chooses the 'Copilot: Draft' action, and wow, it generates code...

    ...but, the 'draft' action [1] calls `/get_chunks` and then runs 'queryLLM' [2] which then just invokes 'https://api.openai.com/v1/chat/completions' directly.

    So, generating text this way is 100% not interesting or relevant.

    What's interesting here is how it's building the prompt to send to the openai-api.

    So... can anyone shed some light on what the actual code [3] in get_chunks() does, and why you would... hm... I guess, do a lookup and pass the results to the openai api, instead of just the raw text?

    The repo says: "You write a section header and the copilot retrieves relevant notes & docs to draft that section for you.", and you can see in the linked post [4], this is basically what the OP is trying to implement here; you write 'I want X', and the plugin (a bit like copilot) does a lookup of related documents, crafts a meta-prompt and passes the prompt to the openai api.

    ...but, it doesn't seem to do that. It seems to ignore your actual prompt, lookup related documents by embedding similarity... and then... pass those documents in as the prompt?

    I'm pretty confused as to why you would want that.

    It basically requires that you write your prompt separately before hand, so you can invoke it magically with a one-line prompt later. Did I misunderstand how this works?

    [1] - https://github.com/eugeneyan/obsidian-copilot/blob/bdabdc422...

    [2] - https://github.com/eugeneyan/obsidian-copilot/blob/bdabdc422...

    [3] - https://github.com/eugeneyan/obsidian-copilot/blob/main/src/...

    [4] - https://eugeneyan.com/writing/llm-experiments/#shortcomings-...

  • chroma-langchain

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • copilot.vim

    Neovim plugin for GitHub Copilot

  • obsidian-omnisearch

    A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.

  • In the past I have used Omnisearch which I have found to be an improvement.

    https://github.com/scambier/obsidian-omnisearch

  • obsidian-smart-connections

    Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3

  • Smart Connections allows you to search using embeddings[1].

    [1] https://github.com/brianpetro/obsidian-smart-connections

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts