Skip to content

Commit

Permalink
updated readme with LLM eval example
Browse files Browse the repository at this point in the history
  • Loading branch information
mogith-pn committed Feb 26, 2025
1 parent 8b5a54f commit f91fc12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ dataset.upload_dataset(task="text_clf", split="train", module_dir="path_to_imdb_
| | | [PostgreSQL LLM](Integrations/Langchain/Chains/PostgreSQL_LLM.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Langchain/Chains/PostgreSQL_LLM.ipynb) |
| | Agents | [Conversational Agent](Integrations/Langchain/Agents/Retrieval_QA_with_Conversation_memory.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Langchain/Agents/Retrieval_QA_with_Conversation_memory.ipynb) |
| | | [ReAct Docstore Agent](Integrations/Langchain/Agents/Doc-retrieve_using_Langchain-ReAct_Agent.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Langchain/Agents/Doc-retrieve_using_Langchain-ReAct_Agent.ipynb) |
| [DeepEval](https://github.com/confident-ai/deepeval) |LLM Evaluation| [LLM Evaluation](Integrations/DeepEval/DeepEval_clarifai_evaluation_example.ipynb)|[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/DeepEval/DeepEval_clarifai_evaluation_example.ipynb) |
| [Unstructured.io](https://unstructured.io/) | | [Github Data Ingestion](Integrations/Unstructured/Clarifai_github_using_unstructured_io_integration_example.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Unstructured/Clarifai_github_using_unstructured_io_integration_example.ipynb) |
| | | [S3 Data Ingestion](Integrations/Unstructured/Clarifai_Unstructured_integration_demo.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Unstructured/Clarifai_Unstructured_integration_demo.ipynb) |
| | | [DropBox Data Ingestion](Integrations/Unstructured/Dropbox_Clarifai_Unstructured_integration_example.ipynb) | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Clarifai/examples/blob/main/Integrations/Unstructured/Dropbox_Clarifai_Unstructured_integration_example.ipynb) |
Expand Down

0 comments on commit f91fc12

Please sign in to comment.