http://mburaksayici.com/blog/2024/09/21/easy-to-use-nosql-prompt-database-for-small-projects.html #567
mburaksayici
started this conversation in
Show and tell
Replies: 1 comment
-
Great article, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I needed a DB for my LLM project that:
I had used sqlite for one of the projects and has also seen that ChromaDB stores those vectors just in mssql. No external dependency, no need to deploy/make it up, perfect for small cases. Then I realise I wanted a database that:
SQLite for NoSQL, since we deal with prompts
No need to deploy and no need to add layer like having mongodb in docker-compose
Still I want to change prompts easily and commit to git/bit (Compare it with the case of MongoUI that you need to deploy the Mongo container, get into the MongoUI and change prompts)
Can organise prompts easily
And I quite liked the TinyDB.
http://mburaksayici.com/blog/2024/09/21/easy-to-use-nosql-prompt-database-for-small-projects.html
Any opinions or contributions?
Beta Was this translation helpful? Give feedback.
All reactions