PatCat (Pattern Catalog) is a web catalog of business patterns applied in real cases of e-government.
-
Updated
Jul 26, 2023 - Python
PatCat (Pattern Catalog) is a web catalog of business patterns applied in real cases of e-government.
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Midweight implementation with session memory for enhanced language generation
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
A miniature Redis-like in-memory key-value store implemented in Python
Temporal data storage
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."