Feature/pinecone integration (#170)

* Added Pinecone for GE write & query

* Add templates

* Doc embedding support
This commit is contained in:
cybermaggedon 2024-11-22 23:48:21 +00:00 committed by GitHub
parent ae1264f5c4
commit 319f9ac04a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 842 additions and 0 deletions

View file

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