mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 19:51:02 +02:00
Consistency
This commit is contained in:
parent
465fb1d6c1
commit
9e25d7c3d1
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ from unittest import IsolatedAsyncioTestCase
|
|||
from trustgraph.storage.doc_embeddings.qdrant.write import Processor
|
||||
|
||||
|
||||
class TestQdrantDocEmbeddingsProcessor(IsolatedAsyncioTestCase):
|
||||
class TestQdrantDocEmbeddingsStorage(IsolatedAsyncioTestCase):
|
||||
"""Test Qdrant document embeddings storage functionality"""
|
||||
|
||||
@patch('trustgraph.storage.doc_embeddings.qdrant.write.QdrantClient')
|
||||
|
|
@ -11,7 +11,7 @@ from unittest import IsolatedAsyncioTestCase
|
|||
from trustgraph.storage.graph_embeddings.qdrant.write import Processor
|
||||
|
||||
|
||||
class TestQdrantGraphEmbeddingsSimple(IsolatedAsyncioTestCase):
|
||||
class TestQdrantGraphEmbeddingsStorage(IsolatedAsyncioTestCase):
|
||||
"""Test Qdrant graph embeddings storage functionality"""
|
||||
|
||||
@patch('trustgraph.storage.graph_embeddings.qdrant.write.QdrantClient')
|
||||
Loading…
Add table
Add a link
Reference in a new issue