Show HN: I built an open-source NotebookLM alternative using Morphik
22 points
3 days ago
| 2 comments
| github.com
| HN
I really like using NoteBook LM, especially when I have a bunch of research papers I'm trying to extract insights from.

For example, if I'm implementing a new feature (like re-ranking) into Morphik, I like to create a notebook with some papers about it, and then compare those models with each other on different benchmarks.

I thought it would be cool to create a free, completely open-source version of it, so that I could use some private docs (like my journal!) and see if a NoteBook LM like system can help with that. I've found it to be insanely helpful, so I added a version of it onto the Morphik UI Component!

I'd love to hear the HN community's thoughts and feature requests!

lehen04
2 days ago
[-]
Hey, this is really nice! One feedback: It would be nice a bit more extensive documentation for this kind of product, maybe some use cases? For example, can I use this with a product like Obsidian to classify my documents?

A section like: "Deploy your first app using Morphik", would be cool too.

I try it out and let you know my impressions =]

reply
ArnavAgrawal03
1 day ago
[-]
that's some really good feedback! Will definitely add a "Deploy your first app with Morphik" section.

You can definitely use this with products like obsidian. You might find out graph offering particularly helpful in that case

Look forward to you trying it out :)

reply
ArnavAgrawal03
3 days ago
[-]
Try it out:

- Clone the repo at: https://github.com/morphik-org/morphik-core

- Launch the UI component following instructions here: https://docs.morphik.ai/using-morphik/morphik-ui

reply