Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farzad528 committed Jun 7, 2024
2 parents fe53eb0 + 5eedded commit ff1e4ab
Show file tree
Hide file tree
Showing 13 changed files with 3,073 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Disclaimer: Examples contributed by the community and partners do not represent
| [basic_RAG.ipynb](https://github.com/mistralai/cookbook/blob/main/basic_RAG.ipynb) | RAG | RAG from scratch with Mistral AI API |
| [embeddings.ipynb](https://github.com/mistralai/cookbook/blob/main/embeddings.ipynb) | embeddings | Use Mistral embeddings API for classification and clustering |
| [function_calling.ipynb](https://github.com/mistralai/cookbook/blob/main/function_calling.ipynb) | function calling | Use Mistral API for function calling |
| [evaluation.ipynb](https://github.com/mistralai/cookbook/blob/main/evaluation.ipynb) | evaluation | Evaluate models with Mistral API |
| [mistral_finetune_api.ipynb](https://github.com/mistralai/cookbook/blob/main/mistral_finetune_api.ipynb) | fine-tuning | Finetune a model with Mistral fine-tuning API |

## Third Party Tools

Expand All @@ -52,3 +54,6 @@ Disclaimer: Examples contributed by the community and partners do not represent
| [Ollama Meetup Demo](https://github.com/mistralai/cookbook/blob/main/third_party/Ollama/20240321_ollama_meetup) | demo | Ollama |
| [arize_phoenix_tracing.ipynb](https://github.com/mistralai/cookbook/blob/main/third_party/Phoenix/arize_phoenix_tracing.ipynb) | tracing data | Phoenix |
| [pinecone_rag.ipynb](https://github.com/mistralai/cookbook/blob/main/third_party/Pinecone/pinecone_rag.ipynb) | RAG | Pinecone |
| [Gradio Integration - Chat with PDF](https://github.com/mistralai/cookbook/blob/main/third_party/gradio/README.md) | demo, RAG | Gradio |
| [Panel Integration - Chat with PDF](https://github.com/mistralai/cookbook/blob/main/third_party/panel/README.md) | demo, RAG | Panel |
| [Streamlit Integration - Chat with PDF](https://github.com/mistralai/cookbook/blob/main/third_party/streamlit/README.md) | demo, RAG | Streamlit |
Loading

0 comments on commit ff1e4ab

Please sign in to comment.