diff --git a/README.md b/README.md index b759853950..4f0a509e15 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,12 @@ SELECT name FROM reddit_dataset ORDER BY Here are some illustrative AI apps built using EvaDB (each notebook can be opened on Google Colab): - * 🔮 PrivateGPT - * 🔮 ChatGPT-based Video Question Answering - * 🔮 Querying PDF Documents - * 🔮 Analysing Traffic Flow with YOLO - * 🔮 Examining Emotions of Movie - * 🔮 Image Segmentation with Hugging Face + * 🔮 Sentiment Analysis using LLM within PostgreSQL + * 🔮 ChatGPT-based Video Question Answering + * 🔮 Text Summarization on PDF Documents + * 🔮 Analysing Traffic Flow with YOLO + * 🔮 Examining Emotions of Movie + * 🔮 Image Similarity Search ## More Illustrative Queries diff --git a/docs/_toc.yml b/docs/_toc.yml index 927d131973..9c55fc886c 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -32,8 +32,8 @@ parts: title: Object Detection - file: source/usecases/emotion-analysis.rst title: Emotion Analysis - - file: source/usecases/privategpt.rst - title: PrivateGPT + # - file: source/usecases/privategpt.rst + # title: PrivateGPT - caption: User Reference chapters: diff --git a/docs/source/usecases/privategpt.rst b/docs/source/usecases/privategpt.rst deleted file mode 100644 index 767cc8895e..0000000000 --- a/docs/source/usecases/privategpt.rst +++ /dev/null @@ -1,2 +0,0 @@ -PrivateGPT -==========