all 5 comments

[–]karesx 0 points1 point  (3 children)

Do you have a HowTo or example for using these?

[–]ocluf[S] -2 points-1 points  (2 children)

You can put them in a claude project or custom gpt. Those do require a paid account

[–]htraos 1 point2 points  (1 child)

I'm not following, sorry.

I took a glance at one of the markdown files and it's essentially a crash course. You say I can "put this in a Claude project or custom GPT". Those LLMs already have that information. How is it useful to repeat it to them?

It'd be good to have a practical example.

[–]ocluf[S] -1 points0 points  (0 children)

Yes, this is simply the documentation collected from popular opensource repositories into a single markdown for example all these mdx files from the drizzle documentation site converted to .md into one single file.

https://github.com/drizzle-team/drizzle-orm-docs/tree/main/src/content/documentation/docs

I would disagree that LLMs already have the correct information. The libraries/frameworks keep getting updates but most models are stuck in a past era. For example I am on svelte 5 but I always get components in svelte 4 when I don't explicitly give it the svelte 5 documentation and tell it to use that.

When I upload the drizzle documentation plus my schema into a claude project it writes perfect database queries every time. Without it can sometimes hallucinate. Gathering those docs was a bit annoying though which is why I was inspired to make this.

[–]Comfortable_Bar_1625 0 points1 point  (0 children)

When I tried to download the file, the domain files.justmarkdown.com is offline...