Merge pull request #2941 from CarlosAlbertoFurtado/add-instructor

Add Instructor
This commit is contained in:
Jinyang
2026-03-04 10:48:15 +01:00
committed by GitHub

View File

@@ -737,6 +737,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
- [gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms.
- [Feature-engine](https://github.com/feature-engine/feature_engine) - sklearn compatible API with the widest toolset for feature engineering and selection.
- [H2O](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform.
- [Instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic.
- [LangChain](https://github.com/langchain-ai/langchain) - Building applications with LLMs through composability.
- [LlamaIndex](https://github.com/run-llama/llama_index) - A data framework for your LLM application.
- [Metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics.