initial commit: slides + practica_resueltos + README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-29 11:50:55 +02:00
commit 0aff31e2d3
203 changed files with 23207 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Slides LangChain.js
Presentación sobre LangChain.js - Desarrollo de aplicaciones con LLMs.
## Ver online
https://nykk.io/slides-langchain-eitb/
## Desarrollo local
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Deploy
```bash
npm run deploy
```