File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
static/images/knowledge-base Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,10 @@ There are two main approaches to creating a Knowledge Base in Vapi:
55553 . In the assistant configuration, locate the "Files" or "Knowledge Base" section
56564 . Select the files you uploaded in Step 1 to associate them with this assistant
5757
58- <Frame caption = " Select files from your Assistant" height = " 300 " >
58+ <Frame caption = " Select files from your Assistant" >
5959 <img
6060 src = " ../static/images/knowledge-base/assistant.png"
6161 alt = " Select files from your Assistant"
62- height = " 300"
6362 />
6463</Frame >
6564
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ curl --location --request PATCH 'https://api.vapi.ai/assistant/ASSISTANT_ID' \
1011014 . Add the query tool by selecting it from the available tools
1021025 . Save and publish your assistant
103103
104+ <Frame caption = " Adding a query tool to your assistant" >
105+ <img
106+ src = " ../static/images/knowledge-base/query-tool.png"
107+ alt = " Adding a query tool to your assistant"
108+ />
109+ </Frame >
110+
104111## ** Advanced Configuration Options**
105112
106113### ** Multiple Knowledge Bases**
You can’t perform that action at this time.
0 commit comments