Added Pinecone for GE write & query

This commit is contained in:
Cyber MacGeddon 2024-11-22 19:44:09 +00:00
parent ae1264f5c4
commit 85181bda85
9 changed files with 362 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.query.graph_embeddings.pinecone import run
run()

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.storage.graph_embeddings.pinecone import run
run()