mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
11 lines
196 B
YAML
11 lines
196 B
YAML
api_keys:
|
|
openai: your_key_here
|
|
anthropic: your_key_here
|
|
embedding:
|
|
provider: openai
|
|
model: text-embedding-3-large
|
|
dimensions: 3072
|
|
knowledge_graph:
|
|
backend: networkx
|
|
temporal: true
|