Commit History

Changed to sepia theme
7423d7e

mbudisic commited on

feat: Refactor ApplicationState and initialize datastore
119237b

mbudisic commited on

Upgraded langgraph to most recent one to get defer=True
6abc2ec

mbudisic commited on

feat: Introduce Interactive Interrupt System for controlled web search permissions
061de84

mbudisic commited on

feat: Implement lazy graph initialization for LangGraph compatibility
96121d7

mbudisic commited on

fix: Update add_completion_callback method to return Self type
583756a

mbudisic commited on

feat: Enhance documentation with detailed docstrings for configuration and research functions
3afba45

mbudisic commited on

Full graph works. Now frontend and finetuning
0351317

mbudisic commited on

Started building out the new graph
e21930a

mbudisic commited on

Scaffold for the graph
83dc514

mbudisic commited on

Manual rebuild of the chain
f53f075

mbudisic commited on

Added stripping of <think> tags
19cbe91

mbudisic commited on

dev: simplifying datastore functions
3b978ee

mbudisic commited on

doc: Added docstring for flatten function in utils.py
9e054dd

mbudisic commited on

feat: Add multi-provider API support with configurable model selectors
94a6b26

mbudisic commited on

feat: Introduce asynchronous loading system in DEVELOPER.md with new methods and usage examples
f672221

mbudisic commited on

feat: Add langgraph.json configuration file for graph management and environment setup
9440955

mbudisic commited on

Moved from explicit SentenceTransformer to HuggingFaceEmbeddings
7f75a79

mbudisic commited on

feat: Introduce StateInput and StateOutput dataclasses for structured input and output handling
12e5a8c

mbudisic commited on

feat: Enhance Configuration class with environment variable support and add from_runnable_config method for improved instantiation
a98bcfd

mbudisic commited on

doc: Added detailed docstrings for new and existing functions in datastore.py, enhancing clarity on functionality and usage
37ef28b

mbudisic commited on

doc: Updated DEVELOPER.md to reflect current codebase structure
ba065c1

mbudisic commited on

tidy: moved documents into their folder
e58777e

mbudisic commited on

refactor: Moved JSON loading functions and video transcript loaders from loader.py to datastore.py for better organization
317ff97

mbudisic commited on

doc: Enhanced documentation for JSON loading functions and video transcript loaders
542e082

mbudisic commited on

Moved agents stuff to graph
021df81

mbudisic commited on

Moved graph and prompt related functions to their new places
9d31aed

mbudisic commited on

Moved AppParameters to their own place
055dfc1

mbudisic commited on

Moved state to its own py file
12ff55d

mbudisic commited on

Created a TDS version of the post and a mermaid diagram
90e23a5

mbudisic commited on

Edits to blogpost
396bace

mbudisic commited on

initial blogpost
ff721db

mbudisic commited on

Minor edits
a66160a

mbudisic commited on

increased heading level
ded2340

mbudisic commited on

Further updates to the ANSWER
5c398c0

mbudisic commited on

Added Loom link
9ddffcb

mbudisic commited on

Added ToC
98ed1c5

mbudisic commited on

Updated version of the answer
4b5524f

mbudisic commited on

Updated python version in docker container
cd9b685

mbudisic commited on

Bug in Dockerfile uv call fixed
b227c37

mbudisic commited on

Fixed import errors
c06c4c1

mbudisic commited on

Updated app.py for new helper functions.
1b0b2c1

mbudisic commited on

Added cert narrative docs
07a933a

mbudisic commited on

Merge branch 'main' of github.com:mbudisic/pstuts-rag
a390495

mbudisic commited on

Finetuning complete
cb2432a

mbudisic commited on

Moved some repeated patterns to their own package files
246b544

mbudisic commited on

RAG evaluation
e5d7bf2

mbudisic commited on

Calculation of mean and stddev using jackknife
2b5ea70

mbudisic commited on

Added loading from JSON string for wget fetching of data
faec71f

mbudisic commited on