From d51cd8df89d801fa81c4d909a3f491dac15c61ff Mon Sep 17 00:00:00 2001 From: asoderlind Date: Mon, 16 Oct 2023 11:31:10 +0200 Subject: [PATCH] add file docstring --- tests/test_vector_store.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_vector_store.py b/tests/test_vector_store.py index 97822cc9..297a225c 100644 --- a/tests/test_vector_store.py +++ b/tests/test_vector_store.py @@ -1,3 +1,8 @@ +""" +Tests regarding the vector store class, including checking +compatibility between different transformers and local vector +stores (index.faiss) +""" import pytest from application.vectorstore.faiss import FaissStore from application.core.settings import settings