Fix weird naming

This commit is contained in:
Cyber MacGeddon 2024-07-16 17:30:30 +01:00
parent 50a114fbbe
commit 72814c2029
4 changed files with 7 additions and 7 deletions

View file

@ -2,9 +2,9 @@
from langchain_huggingface import HuggingFaceEmbeddings
from edge_map import VectorStore
from trustgraph.triple_vectors import TripleVectors
client = VectorStore()
client = TripleVectors()
embeddings = HuggingFaceEmbeddings(model_name="all-MiniLM-L6-v2")