mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Fix/pinecone integration (#180)
* Add missing pinecone references * Add missing Pinecone executables
This commit is contained in:
parent
2f7ccb2ef8
commit
b2f7b34529
3 changed files with 14 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()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue