An open API service indexing awesome lists of open source software.

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

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)