| project: | |
| type: website | |
| website: | |
| title: "Open-Source AI Cookbook" | |
| sidebar: | |
| style: "docked" | |
| search: true | |
| collapse-level: 3 | |
| contents: | |
| - section: "About" | |
| contents: | |
| - href: index.qmd | |
| text: About Quarto | |
| - section: "Open-Source AI Cookbook" | |
| contents: | |
| - section: "RAG Techniques" | |
| contents: | |
| - href: notebooks/rag_zephyr_langchain.qmd | |
| text: "RAG Zephyr & LangChain" | |
| - href: notebooks/advanced_rag.qmd | |
| text: "Advanced RAG" | |
| - href: notebooks/rag_evaluation.qmd | |
| text: "RAG Evaluation" | |
| - section: "Additional Techniques" | |
| contents: | |
| - href: notebooks/automatic_embedding.ipynb | |
| text: "Automatic Embedding" | |
| - href: notebooks/faiss.ipynb | |
| text: "FAISS for Efficient Search" | |
| - href: notebooks/single_gpu.ipynb | |
| text: "Single GPU Optimization" | |
| format: | |
| html: | |
| theme: cosmo | |
| css: styles.css | |
| toc: true |