mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-30 17:55:13 +02:00
Fix weird naming
This commit is contained in:
parent
50a114fbbe
commit
72814c2029
4 changed files with 7 additions and 7 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue