mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
1e1ecbbcf8
Co-authored-by: Tat Dat Duong <david@duong.cz> Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Nuno Campos <nuno@langchain.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
29 lines
744 B
JSON
29 lines
744 B
JSON
{
|
|
"name": "@examples/rag",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@langchain/anthropic": "^1.0.0",
|
|
"@langchain/core": "^1.0.1",
|
|
"@langchain/groq": "^1.0.0",
|
|
"@langchain/langgraph": "workspace:*",
|
|
"@langchain/mistralai": "^1.0.0",
|
|
"@langchain/ollama": "^1.0.0",
|
|
"@langchain/openai": "^1.0.0",
|
|
"@langchain/tavily": "^1.0.0",
|
|
"@langchain/textsplitters": "^1.0.0",
|
|
"@xenova/transformers": "2.17.2",
|
|
"cheerio": "^1.0.0",
|
|
"chromadb": "^1.8.1",
|
|
"d3": "^7.9.0",
|
|
"dotenv": "^16.4.5",
|
|
"langchain": "^1.0.0-alpha",
|
|
"pg": "^8.11.0",
|
|
"tslab": "^1.0.22",
|
|
"tsx": "^4.19.3",
|
|
"uuid": "^10.0.0",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.2"
|
|
}
|
|
}
|