https://github.com/ia-programming/curso-introductorio-langchain
este un curso introductorio para iniciantes, tambien rapido para poder programar
https://github.com/ia-programming/curso-introductorio-langchain
Last synced: 4 months ago
JSON representation
este un curso introductorio para iniciantes, tambien rapido para poder programar
- Host: GitHub
- URL: https://github.com/ia-programming/curso-introductorio-langchain
- Owner: IA-Programming
- License: mit
- Created: 2024-01-09T06:43:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T00:46:06.000Z (over 1 year ago)
- Last Synced: 2025-01-16T20:57:26.702Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langchain-Curso-Rapido-Gratis-Para-Iniciantes
## Resumen
Este curso intensivo es con el proposito de brindar una introduccion al framework de [langchain](https://python.langchain.com/docs/) que es ofrecido por [Blazzmo Company]([email protected]) y esta dirigido por `Rodrigo IF` y `AI_Programming`.
## Demo para probar:
- [](https://curso-introductorio-rapido-langchain.streamlit.app/)
## Plan del Curso
- [Lección 1: Introducción](./conceptos/l1-intro-notes.md)
- [Lección 2: Seguridad y configuracion de google colab](./conceptos/l2-guidelines-notes.md)
- [Lección 3: Modelos de lenguaje](./conceptos/l3-Modelos.md)
- [Lección 4: Prompts](./conceptos/l4-Prompts.md)
- [Lección 5: Cadenas](./conceptos/l5-Cadenas.md)
- [Lección 6: Cargadores de Documentos y Splitters](./conceptos/l6-Cargadores-y-Splitters.md)
- [Lección 7: Embeddings y Vectorstores](./conceptos/l7-Embeddings-Vectorstores.md)
- [Lección 8: Memory](./conceptos/l8-Memoria.md)
- [Lección 9: Chatbot](./conceptos/l9-chatbot.md)
- [Lección 10: Conclusión](./conceptos/l10-conclusion.md)> Todos los ejemplos de cuadernos están disponibles en la carpeta [lab](./conceptos/lab/).
## Referencias
Curso Principal :
- https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/1/introductionOtros Repositorios consultados :
- [ChatGPT-Prompt-Engineering-DeepLearningAI](https://github.com/afondiel/ChatGPT-Prompt-Engineering-DeepLearningAI)
- [langchain_crash_class](https://github.com/bgonzalezfractal/langchain_crash_class)
- [LangChain-For-LLM-Application-Dev-DeepLearningAI](https://github.com/afondiel/LangChain-For-LLM-Application-Dev-DeepLearningAI)
- [langchain-course](https://github.com/SamurAIGPT/langchain-course)
- [cp-08-langchain-intro](https://github.com/fajp-courses/cp-08-langchain-intro)