Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enesakar committed Jan 13, 2025
1 parent 4fbfaa7 commit 5a113a1
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5a113a1

Please sign in to comment.