https://github.com/weaviate-tutorials/nextjs-weaviate-template
A Weaviate Next.js template
https://github.com/weaviate-tutorials/nextjs-weaviate-template
Last synced: 3 months ago
JSON representation
A Weaviate Next.js template
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/nextjs-weaviate-template
- Owner: weaviate-tutorials
- Created: 2024-12-11T17:12:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T10:50:36.000Z (about 1 year ago)
- Last Synced: 2025-08-11T06:57:34.574Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 255 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### From Zero to RAG: Practical Vector Search with Weaviate and TypeScript
This hands-on workshop aims to fix that as we walk through what it takes to build a privacy-focused AI Web App, covering concepts like vector search and RAG. You'll learn to work with LLMs, embedding models, and vector databases, leaving with both the confidence and practical skills to integrate AI into your JavaScript applications.
## Installation
1. Clone the repo with the following command
```
git clone https://github.com/weaviate-tutorials/nextjs-weaviate-template
```
2. Install the necessary project dependencies with the following command
```
yarn install
```
3. Follow along workshop 😉
## 📚 Resources
Learn more about Weaviate applications
- [Weaviate Generative Search](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai)
- [Vector Search](https://weaviate.io/developers/weaviate/search/similarity)
## 🤷🏾♂️ Troubleshooting
- Check out the [Weaviate Docs](https://weaviate.io/developers/weaviate)
- Open an [Issue](https://github.com/malgamves/vue-vector-search-demo/issues/new)