{ "name": "rag-agent-chromadb-websearch", "version": "1.0.0", "description": "RAG agent using ChromaDB and web search with LangChain 1.x", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js" }, "dependencies": { "chromadb": "^1.0.0", "dotenv": "^16.0.3", "langchain": "^1.0.0", "openai": "^3.3.0", "serpapi": "^2.0.0" } }