Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ next-env.d.ts
# We ignore the generated file as it should always be generated
public/changelog.rss

# baseai
**/.baseai/
# script output
/logs

# env file
.env
Expand Down
9 changes: 1 addition & 8 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ To update the runLLM assistant ID or other settings, modify the Script component
/>
```

### Previous Integration

Previously used **Langbase** with custom React components. This has been completely removed:

- Removed `@langbase/components` and `langbase` packages
- Removed custom chat components (`src/app/chat.tsx`, `src/components/ChatBot/`)
- Removed API routes (`src/app/api/chat/`)
- Removed memory creation scripts
The previous **Langbase** / `baseai` chatbot integration has been fully removed (packages, components, API routes, `baseai/` memory config, and the `pnpm sync` script).

## Important Notes

Expand Down
18 changes: 0 additions & 18 deletions baseai/baseai.config.ts

This file was deleted.

27 changes: 0 additions & 27 deletions baseai/memory/memory-sg-docs-live/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions docs-chatbot.md

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@
"check-filenames": "node dev/check-filenames.mjs",
"check-images": "node dev/check-images.mjs",
"generate-mermaid-logos": "node dev/generate-aws-icons.mjs",
"baseai": "baseai",
"sync": "npx baseai@latest deploy -m memory-sg-docs-live",
"format": "prettier --config ./prettier.config.js --cache --cache-strategy metadata --write=true '**/{*.{js?(on),ts?(x),md,mdx,s?css},.*.js?(on)}'"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.13.0",
"@algolia/client-search": "^4.22.1",
"@baseai/core": "^0.9.41",
"@docsearch/react": "^3.5.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
Expand All @@ -43,11 +40,10 @@
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"js-yaml": "^4.1.0",
"kbar": "0.1.0-beta.44",
"lucide-react": "^0.372.0",
"mdx": "^0.3.1",
"mermaid": "^11.12.2",
"mermaid": "^11.16.1",
"next": "^14.2.23",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
Expand All @@ -71,13 +67,12 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"baseai": "^0.9.41",
"dotenv": "^16.4.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"glob": "^11.0.3",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sharp": "^0.32.6"
"sharp": "^0.35.4"
}
}
Loading
Loading