We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091e42 commit c5e8fb4Copy full SHA for c5e8fb4
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- run: pip install ghp-import
27
- run: pip install pdoc
28
- run: pip install chromadb
29
+ - run: pip install openai
30
- run: pip install .
31
- run: pdoc vanna --logo https://img.vanna.ai/vanna-ref.svg --logo-link https://docs.vanna.ai --no-show-source --mermaid --docformat google -n -o docs
32
- run: python docs/sidebar.py docs/sidebar.yaml notebooks docs
0 commit comments