You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated README.md to include links for online trial, self-host pack, demo video, and project article.
- Modified extractItem function in mark.tsx to return itemConfig.text for IDs shorter than 5 characters.
- Changed summary generation logic in summary-content.tsx to use completedAt instead of requestedAt.
- Adjusted auth.ts to disable signup based on SELF_HOST variable.
- Simplified toast notifications in wsHandler.ts.
- Removed mindsdb-js-sdk dependency from package.json.
- Refactored MindsDB query handling in server API to use local runMindsDBQuery function.
- Updated generateMapSummary function to handle query results correctly.
- Replaced MindsDB connection logic with fetch-based implementation in minds.ts.
- Cleaned up seed scripts and added configuration management for MindsDB.
- Enhanced Makefile for clearer setup instructions and added seeding process.
- Created comprehensive self-host setup guide in self-host/README.md.
- Updated docker-compose.yml to use official Docker images for platform and server.
- Added seeding scripts and configuration for MindsDB in self-host/seed directory.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@
9
9
10
10
KBNet is an interactive learning platform that creates dynamic, AI-powered knowledge maps for users to explore topics in an engaging and intuitive way. The project uses MindsDB for AI capabilities and follows a modern web architecture.
11
11
12
+
## Try KbNet
13
+
14
+
-**Online Trial**: Experience KbNet at [https://kbnet.diybuilds.tech/](https://kbnet.diybuilds.tech/)
15
+
-**Self-Host Pack**: Download the latest self-host pack from our [GitHub releases](https://github.com/PriyanshuPz/kbnet/releases) and read setup instructions in the [`self-host/README.md`](./self-host/README.md) file.
16
+
17
+
-**Demo Video**: Watch KbNet in action on [YouTube](https://youtu.be/AZJZm--uAKg)
18
+
-**Project Article**: Learn about the development and vision behind KbNet in our [detailed article](https://dev.to/priyanshuverma/mindsdb-made-it-easy-i-made-it-hard-building-an-ai-powered-knowledge-map-d0g)
0 commit comments