Fix/pinecone integration (#180)

* Add missing pinecone references

* Add missing Pinecone executables
This commit is contained in:
cybermaggedon 2024-11-27 17:36:15 +00:00 committed by GitHub
parent 2f7ccb2ef8
commit b2f7b34529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 0 deletions

View file

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