Skip to content

Releases: taggedzi/python-design-pattern-rag

v1.0.6

Choose a tag to compare

@taggedzi taggedzi released this 14 May 02:38

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@taggedzi taggedzi released this 10 May 06:54
5d9661c

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@taggedzi taggedzi released this 09 May 01:40

What's Changed

Full Changelog: v1.0.3...v1.0.4

Prebound Method Pattern and summary index fixes.

Choose a tag to compare

@taggedzi taggedzi released this 08 May 14:35

Added the following:

  • Prebound Method Python File
  • RAG for Prebound Method
  • Lesson/Docs for Prebound method

Updated:

  • search_index.json

Fixed:

  • scripts/summary_index_generator.py -> Pattern name was not being properly added to json. Now fixed.

Global Object Pattern et. al.

Choose a tag to compare

@taggedzi taggedzi released this 08 May 12:33
d9be140

Tested the ability to add new patterns quickly.

Added the following:

  • Global Pattern Python File
  • RAG for Global Pattern
  • Lesson/Docs for Global Pattern

Updated:

  • search_index.json

Fixed:

  • tasks.py -> was not configured to use new scripts properly, it broke pathing. So the scripts are now called properly, and pathing should be fixed.

Improvements in documentation and tooling

Choose a tag to compare

@taggedzi taggedzi released this 08 May 11:54

General improvements no major changes.

  • Improved documentation with manual editing and cleanup.
  • Added links in documentation to the patterns files associated to the lesson.
  • Improved tooling to build projects.

First Release!

Choose a tag to compare

@taggedzi taggedzi released this 08 May 02:31

The first complete working release.

Implements the following:

  1. Environment and dev setup using invoke
  2. Automation of building RAG chunk files from completed Python examples of Design Patterns using Ollama on a local LLM.
  3. Automation of building Docs from completed Python examples of Design patterns using Ollama on a local LLM.
  4. Generation of searchable json index.
  5. First complete attempt at documentation and RAG chunks complete.
  6. Scripts to setup and create custom Ollama models for tasks.