mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Tried to add Cohere support
This commit is contained in:
parent
315b4d81d6
commit
db006a4b7b
24 changed files with 19258 additions and 0 deletions
6
scripts/.ipynb_checkpoints/kg-extract-definitions-checkpoint
Executable file
6
scripts/.ipynb_checkpoints/kg-extract-definitions-checkpoint
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.kg.extract_definitions import run
|
||||
|
||||
run()
|
||||
|
||||
6
scripts/.ipynb_checkpoints/llm-azure-text-checkpoint
Executable file
6
scripts/.ipynb_checkpoints/llm-azure-text-checkpoint
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.llm.azure_text import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue