Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ Disclaimer: Examples contributed by the community and partners do not represent
| [Build a bank support agent with Pydantic AI and Mistral AI](third_party/PydanticAI/pydantic_bank_support_agent.ipynb)| Agent | Pydantic |
| [Mistral and MLflow Tracing](third_party/MLflow/mistral-mlflow-tracing.ipynb) | Tracing, Observability | MLflow |
| [Mistral OCR with Gradio](third_party/gradio/MistralOCR.md) | OCR | Gradio |
| [european_company_enrichment_serper.ipynb](mistral/data_enrichment/european_company_enrichment_serper.ipynb) | data enrichment, web search | Serper |
2 changes: 2 additions & 0 deletions mistral/data_enrichment/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MISTRAL_API_KEY=your_mistral_api_key_here
SERPER_API_KEY=your_serper_api_key_here
Loading