Skip to content

Commit

Permalink
add file docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
asoderlind committed Oct 16, 2023
1 parent e73636b commit d51cd8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_vector_store.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d51cd8d

Please sign in to comment.