@nlux/langchain-react
Version:
The LangServe adapters for nlux React, the React JS library for building conversational AI interfaces.
71 lines • 1.5 kB
JSON
{
"name": "@nlux/langchain-react",
"version": "2.17.1",
"description": "The LangServe adapters for nlux React, the React JS library for building conversational AI interfaces.",
"keywords": [
"nlux",
"nlux",
"js",
"llm",
"large-language-model",
"ai-chatbot",
"ai-chat",
"ai-assistant",
"ai-copilot",
"copilot",
"chat-gpt",
"openai",
"hugging face",
"gpt",
"gpt3",
"gpt4",
"typescript",
"javascript",
"react",
"generative-ai",
"conversational",
"conversational-ui",
"conversational-interface",
"interface",
"chatbot",
"chat",
"assistant",
"ai",
"artificial-intelligence",
"artificial",
"intelligence",
"natural",
"language",
"langchain",
"langserve",
"processing",
"nlp",
"nlu",
"nlg",
"natural",
"language",
"natural-language",
"understanding"
],
"author": "Salmen Hichri",
"license": "MPL-2.0",
"private": false,
"homepage": "https://docs.nlkit.com/nlux",
"bugs": "https://github.com/nlkitai/nlux/issues",
"repository": {
"type": "git",
"url": "https://github.com/nlkitai/nlux.git",
"directory": "packages/react/langchain"
},
"dependencies": {
"@nlux/langchain": "2.17.1"
},
"peerDependencies": {
"@nlux/react": "2.17.1",
"react": "^18"
},
"main": "index.js",
"types": "langchain-react.d.ts",
"module": "esm/langchain-react.js",
"browser": "umd/langchain-react.js"
}