mirror of
https://github.com/langchain-ai/llmanager.git
synced 2026-07-01 20:44:01 -04:00
16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
"node_version": "20",
|
|
"graphs": {
|
|
"agent": "./src/llmanager/index.ts:graph"
|
|
},
|
|
"env": ".env",
|
|
"dependencies": ["."],
|
|
"store": {
|
|
"index": {
|
|
"embed": "openai:text-embedding-3-large",
|
|
"dims": 3072,
|
|
"fields": ["input"]
|
|
}
|
|
}
|
|
}
|