From 5506855d9cead131e49b04c9f7ce6b390c48b89a Mon Sep 17 00:00:00 2001 From: Cellan Hall <60790416+Ce11an@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:01:32 +0100 Subject: [PATCH] Add SurrealDB x OpenAI project (#72) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 506cb58..8241931 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,4 @@ If you want to contribute to this list, then please read the [contributing guide - [SurrealDB AI Docs Retrieval](https://github.com/truskovskiyk/surrealdb-docs-retrieval) - Project to showcase: How to build a GPT-Based question-answering system on top of SurrealDB Docs. Utilizing SurrealDB as a vector store itself. - [SurrealDB Presence Demo](https://github.com/Odonno/surrealdb-presence-demo) - Demo project on how to create a realtime presence web application using SurrealDB Live Queries. - [SurrealDB Sandbox](https://github.com/plasmatech8/surrealdb-sandbox) - An offline browser-based playground for experimenting with SurrealDB. +- [SurrealDB x OpenAI](https://github.com/Ce11an/surrealdb-openai) - Example of RAG using SurrealDB and OpenAI.