From 5a113a182ba144a0f0ed63528ff364375ec64392 Mon Sep 17 00:00:00 2001 From: enesakar Date: Mon, 13 Jan 2025 11:52:20 -0800 Subject: [PATCH] docs --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de12aeb..9c6a716 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,39 @@ const response = await ragChat.chat("What is the speed of light?"); console.log(response.output); ``` -### Docs +## Docs + +### General +- [gettingstarted](./general/gettingstarted.mdx) +- [how-to](./general/how-to.mdx) +- [api](./general/api.mdx) +- [config](./general/config.mdx) +- [debug](./general/debug.mdx) +- [features](./general/features.mdx) + +### Integrations +- [anthropic](./integrations/anthropic.mdx) +- [custom](./integrations/custom.mdx) +- [groq](./integrations/groq.mdx) +- [helicone](./integrations/helicone.mdx) +- [langsmith](./integrations/langsmith.mdx) +- [mistralai](./integrations/mistralai.mdx) +- [nextjs](./integrations/nextjs.mdx) +- [ollama](./integrations/ollama.mdx) +- [open-router](./integrations/open-router.mdx) +- [openai](./integrations/openai.mdx) +- [overview](./integrations/overview.mdx) +- [togetherai](./integrations/togetherai.mdx) +- [unstructured](./integrations/unstructured.mdx) +- [vercel-ai](./integrations/vercel-ai.mdx) + +### Quickstarts +- [cloudflare-workers](./quickstarts/cloudflare-workers.mdx) +- [hono](./quickstarts/hono.mdx) +- [nextjs](./quickstarts/nextjs.mdx) +- [nextjs-server-actions](./quickstarts/nextjs-server-actions.mdx) +- [nodejs](./quickstarts/nodejs.mdx) +- [nuxt](./quickstarts/nuxt.mdx) +- [overview](./quickstarts/overview.mdx) +- [sveltekit](./quickstarts/sveltekit.mdx) -Checkout [the documentation](docs/gettingstarted) for integrations and advanced options.