GithubHelp home page GithubHelp logo

y-loopback about yjs HOT 2 CLOSED

idevelop avatar idevelop commented on May 27, 2024
y-loopback

from yjs.

Comments (2)

dmonad avatar dmonad commented on May 27, 2024 1

Providers sync Yjs documents with the network or some database.

Sounds like you want to implement a binding: When the "LLM" makes a change, you want to update the Yjs document (via, for example the text.insert method). No provider is really necessary.

This LLM can live on a separate machine or thread, you can connect it to other clients using a provider.

from yjs.

idevelop avatar idevelop commented on May 27, 2024 1

Thanks for the steer @dmonad, hadn't thought of that!

IIUC the main change with that approach is that instead of applying the changes from the LLM onto the text editor (in my case Tiptap) and relying on its Collaboration extension to turn those into yjs mutations, I'd be taking responsibility for mutating the yjs document myself. I think I need to study both APIs a bit more before I can judge which maps more to how the LLM deltas are represented.

from yjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.