Temporal data storage
-
Updated
Sep 19, 2013 - Python
Temporal data storage
A miniature Redis-like in-memory key-value store implemented in Python
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Midweight implementation with session memory for enhanced language generation
PatCat (Pattern Catalog) is a web catalog of business patterns applied in real cases of e-government.
The function slices a queryset into smaller querysets containing chunk_size objects and then yield them. It is used to avoid memory error when processing huge queryset, and also database error due to that the database pulls whole table at once. Concurrent database modification wouldn't make some entries repeated or skipped in this process.
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Heavyweight implementation with memory for language generation, featuring remote RAG and Pinecone for persistent memory
Add a description, image, and links to the memory-database topic page so that developers can more easily learn about it.
To associate your repository with the memory-database topic, visit your repo's landing page and select "manage topics."