File size: 1,052 Bytes
32a7097
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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