CoolFace
Apppublic

gobalkrishnan1995/scikit-learn

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes
_quarto.yml22 linesDownload Raw Back to src
1project:2  type: website3  title: "Open-Source AI Cookbook"4 5format:6  revealjs:7    css: styles.css8    slide-number: true9    sidebar:10      style: "docked"11      contents:12        - section: "About"13          contents:14            - href: index.qmd15              text: "About Quarto"16        - section: "Open-Source AI Cookbook"17          contents:18            - section: "RAG Techniques"19              contents:20                - href: notebooks/rag_zephyr_langchain.qmd21                  text: "RAG Zephyr & LangChain"22