initial commit: slides + practica_resueltos + README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user