Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Attention Is All You Need, Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin, 2017Advances in Neural Information Processing SystemsDOI: 10.48550/arXiv.1706.03762 - Introduces the Transformer architecture, foundational for modern Large Language Models (LLMs) and many text embedding models.
OpenAI Embeddings, OpenAI, 2024 - Official documentation for OpenAI's API-based text embedding models, covering available models and usage.