An open API service indexing awesome lists of open source software.

https://github.com/tdiprima/camp-content-gen

Camp Content Generation
https://github.com/tdiprima/camp-content-gen

ai langgraph rag

Last synced: 4 months ago
JSON representation

Camp Content Generation

Awesome Lists containing this project

README

          

# Camp-Content-Gen

This project builds on earlier work by Marlene Mhangami, whose original Jupyter notebook is here:

https://github.com/marlenezw/langgraph-reflection-product-marketer

Her notebook was itself based on:

https://github.com/langchain-ai/langgraph-reflection/blob/main/examples/llm_as_a_judge.py

**What's different here:**

- The Python script was adapted from Marlene's notebook, with updates to fix dependency and API issues.
- The PDF document was also modified — blank pages were removed.
- `langgraph_reflection` library source: https://github.com/langchain-ai/langgraph-reflection

**Extra notes:**

- Run `langgraph_reflection-product-marketer.py` in PyCharm (Python 3.11 recommended).
- Additional original scripts created for this repo: `rag_query.py`, `test_reflection.py`.