What service can I use to ask questions about my database of blog posts? “Tell me everything you know about Grideon, my fictional character” etc
You could try MindsDB — it lets you ask questions about your database in plain English. It’s open-source and you can self-host it too.
deleted by creator
All the models will have token limits, especially if you’re not paying for API access. You would have to tune a model based on the blog posts, but that’s expensive, degrades model quality, and isn’t easy to do.
Another thing you could do is have a model index the posts and then retrieve data based on search. The easiest way to do this would be download all the blog posts into a folder, then install cursor.com and open it on the folder. Cursor is for coding, but it will index your folder and then you can ask the model questions. You should be able to get this far with the free trial, but if you have a huge number of blog posts, it still won’t work
Deepseek doesn’t seem to have a limit in my experience. In my experience it’s also way smarter! You can also just download it and run it
It will start hallucinating if you overfeed it
And don’t feed it after midnight!