Add missing Pinecone executables

This commit is contained in:
Cyber MacGeddon 2024-11-27 17:35:34 +00:00
parent da9958b76e
commit 34e3ff8623
2 changed files with 12 additions and 0 deletions

View file

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

View file

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