Skip to content

Commit

Permalink
Add unit tests for vector database implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] authored Jun 21, 2024
1 parent 15aa182 commit c1a55ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sweepai/core/vector_db_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest
import numpy as np
import requests
from unittest.mock import patch, MagicMock
from sweepai.core.vector_db import (
cosine_similarity,
Expand Down

0 comments on commit c1a55ac

Please sign in to comment.