From b0d560be5636544aa9cfe305febf01a98fd83bc6 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 1 Feb 2023 07:10:15 -0800 Subject: [PATCH] add to gallery (#824) --- docs/gallery.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/gallery.rst b/docs/gallery.rst index d5f5a50d..6e7fdafa 100644 --- a/docs/gallery.rst +++ b/docs/gallery.rst @@ -77,6 +77,17 @@ Open Source +++ + A jupyter notebook demonstrating how you could create a semantic search engine on documents in one of your Google Folders + + --- + + .. link-button:: https://github.com/venuv/langchain_semantic_search + :type: url + :text: Google Folder Semantic Search + :classes: stretched-link btn-lg + + +++ + Build a GitHub support bot with GPT3, LangChain, and Python. ---