From 94b530dc41c4561058b4237af1b62824dee734fc Mon Sep 17 00:00:00 2001 From: RichmondAlake Date: Fri, 20 Dec 2024 09:42:00 +0000 Subject: [PATCH] fixing pstgres notebook --- .../vector_database_comparison_mongodb_postgreSQL.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/notebooks/benchmarks/vector_database_comparison_mongodb_postgreSQL.ipynb b/notebooks/benchmarks/vector_database_comparison_mongodb_postgreSQL.ipynb index 1590eb6..9336008 100644 --- a/notebooks/benchmarks/vector_database_comparison_mongodb_postgreSQL.ipynb +++ b/notebooks/benchmarks/vector_database_comparison_mongodb_postgreSQL.ipynb @@ -7071,8 +7071,7 @@ } } } - } -======= + }, "cells": [ { "cell_type": "markdown", @@ -7085,7 +7084,6 @@ "- PostgreSQL with pgvector: A vector database extension for PostgreSQL that enables vector search on the database.\n", "- MongoDB Atlas Vector Search: A vector search feature for MongoDB Database that enables vector search on the database.\n" ] ->>>>>>> 5f751cde3d2c9bee547eaf0e99b0020ecb4aeb42 }, { "cell_type": "markdown", @@ -14321,4 +14319,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} +}}