mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Feature/pinecone integration (#170)
* Added Pinecone for GE write & query * Add templates * Doc embedding support
This commit is contained in:
parent
ae1264f5c4
commit
319f9ac04a
17 changed files with 842 additions and 0 deletions
6
trustgraph-flow/scripts/ge-query-pinecone
Executable file
6
trustgraph-flow/scripts/ge-query-pinecone
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.query.graph_embeddings.pinecone import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue