mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Add missing Pinecone executables
This commit is contained in:
parent
da9958b76e
commit
34e3ff8623
2 changed files with 12 additions and 0 deletions
6
trustgraph-flow/scripts/de-query-pinecone
Executable file
6
trustgraph-flow/scripts/de-query-pinecone
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
from trustgraph.query.doc_embeddings.pinecone import run
|
||||||
|
|
||||||
|
run()
|
||||||
|
|
||||||
6
trustgraph-flow/scripts/de-write-pinecone
Executable file
6
trustgraph-flow/scripts/de-write-pinecone
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
from trustgraph.storage.doc_embeddings.pinecone import run
|
||||||
|
|
||||||
|
run()
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue