0aff31e2d3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
775 B
Markdown
25 lines
775 B
Markdown
---
|
|
layout: default
|
|
---
|
|
|
|
# Recursos adicionales
|
|
|
|
<v-clicks>
|
|
|
|
### Documentación oficial
|
|
- [LangChain RAG Tutorial](https://docs.langchain.com/oss/javascript/tutorials/rag)
|
|
- [Qdrant LangChain Integration](https://qdrant.tech/documentation/frameworks/langchain/)
|
|
- [OpenAI Embeddings Guide](https://platform.openai.com/docs/guides/embeddings)
|
|
|
|
### Herramientas útiles
|
|
- [Qdrant Cloud](https://qdrant.tech) - BD vectorial gestionada
|
|
- [LangSmith](https://smith.langchain.com) - Debugging y evaluación
|
|
- [Embedding comparisons](https://huggingface.co/spaces/mteb/leaderboard) - MTEB Leaderboard
|
|
|
|
### Alternativas a explorar
|
|
- **LlamaIndex**: Framework especializado en RAG
|
|
- **Haystack**: Pipeline flexible para búsqueda
|
|
- **txtai**: Búsqueda semántica ligera
|
|
|
|
</v-clicks>
|