fix(api): use apiKey, package updates, minor fixes
This commit is contained in:
parent
cc5cfda15b
commit
4f7679b8f1
18 changed files with 1049 additions and 817 deletions
30
package.json
30
package.json
|
|
@ -13,24 +13,24 @@
|
|||
"db:generate": "drizzle-kit generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^2.2.0",
|
||||
"@headlessui/react": "^2.2.7",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@icons-pack/react-simple-icons": "^12.3.0",
|
||||
"@langchain/anthropic": "^0.3.21",
|
||||
"@langchain/community": "^0.3.45",
|
||||
"@langchain/core": "^0.3.57",
|
||||
"@langchain/google-genai": "^0.2.10",
|
||||
"@langchain/anthropic": "^0.3.26",
|
||||
"@langchain/community": "^0.3.53",
|
||||
"@langchain/core": "^0.3.72",
|
||||
"@langchain/google-genai": "^0.2.16",
|
||||
"@langchain/groq": "^0.2.3",
|
||||
"@langchain/langgraph": "^0.3.1",
|
||||
"@langchain/ollama": "^0.2.0",
|
||||
"@langchain/openai": "^0.5.12",
|
||||
"@langchain/langgraph": "^0.4.6",
|
||||
"@langchain/ollama": "^0.2.3",
|
||||
"@langchain/openai": "^0.6.9",
|
||||
"@langchain/textsplitters": "^0.1.0",
|
||||
"@mozilla/readability": "^0.6.0",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@xenova/transformers": "^2.17.2",
|
||||
"axios": "^1.8.3",
|
||||
"better-sqlite3": "^11.9.1",
|
||||
"cheerio": "^1.1.0",
|
||||
"axios": "^1.11.0",
|
||||
"better-sqlite3": "^11.10.0",
|
||||
"cheerio": "^1.1.2",
|
||||
"clsx": "^2.1.0",
|
||||
"compute-cosine-similarity": "^1.1.0",
|
||||
"compute-dot": "^1.1.0",
|
||||
|
|
@ -38,16 +38,16 @@
|
|||
"html-to-text": "^9.0.5",
|
||||
"jsdom": "^26.1.0",
|
||||
"jspdf": "^3.0.1",
|
||||
"langchain": "^0.3.26",
|
||||
"langchain": "^0.3.31",
|
||||
"langfuse-langchain": "^3.38.4",
|
||||
"lucide-react": "^0.525.0",
|
||||
"lucide-react": "^0.540.0",
|
||||
"luxon": "^3.7.1",
|
||||
"mammoth": "^1.9.1",
|
||||
"markdown-to-jsx": "^7.7.2",
|
||||
"markdown-to-jsx": "^7.7.13",
|
||||
"next": "^15.2.2",
|
||||
"next-themes": "^0.4.6",
|
||||
"pdf-parse": "^1.1.1",
|
||||
"playwright": "^1.52.0",
|
||||
"playwright": "^1.54.2",
|
||||
"react": "^19",
|
||||
"react-dom": "^19",
|
||||
"react-grid-layout": "^1.5.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue