Skip to content

Commit

Permalink
Bump version, add file size, add NLU/LLM, typo fix
Browse files Browse the repository at this point in the history
🚀 **Enhancements:**
- Added LLM/NLU samples and documentation.
- Fixed the issue with the webhooks link.
- Various typo fixes for improved clarity.
- Added file size (bytes) information to `$.file`.

📖 **Documentation:**
- Updated API Docs for the latest changes.
- Added Typedoc comments for better code understanding.
  • Loading branch information
valgaze committed Feb 2, 2024
1 parent 7957a27 commit b76c1e1
Show file tree
Hide file tree
Showing 42 changed files with 11,043 additions and 132 deletions.
27 changes: 22 additions & 5 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ export default defineConfig({
text: "📲 LLM streaming responses",
link: "/examples/llm-stream/README",
},
{
text: "🗣 Connect to Voiceflow",
link: "/examples/voiceflow/README",
},
{
text: "📂 RAG with Voiceflow (file upload)",
link: "/examples/voiceflow-kb/README",
},
{
text: "🔐 Secure Webhooks ",
link: "/webhooks",
Expand Down Expand Up @@ -99,6 +107,14 @@ export default defineConfig({
text: "📲 LLM streaming responses",
link: "/examples/llm-stream/README",
},
{
text: "🗣 Connect to Voiceflow",
link: "/examples/voiceflow/README",
},
{
text: "📂 RAG with Voiceflow (file upload)",
link: "/examples/voiceflow-kb/README",
},
],
},
{
Expand All @@ -111,12 +127,9 @@ export default defineConfig({
},
{
text: `💻 Secure Webhooks with a "secret"`,
link: "webhooks.html#securing-webhooks",
},
{
text: "✉️ Send a SpeedyCard",
link: "/send-a-card",
link: "/webhooks.html#securing-webhooks",
},

{
text: "📚 API Docs",
link: "/../api-docs/modules",
Expand All @@ -125,6 +138,10 @@ export default defineConfig({
text: "💡 Get help",
link: "/help",
},
{
text: "✉️ Send a SpeedyCard",
link: "https://speedybot.js.org/send-a-card", // open external
},
// {
// text: "🗣 Voiceflow Integration",
// link: "../examples/express-incoming-webhook/README.md",
Expand Down
Loading

0 comments on commit b76c1e1

Please sign in to comment.