{"id":38851047,"url":"https://github.com/ioniccommerce/examples","last_synced_at":"2026-01-17T14:12:24.615Z","repository":{"id":221425339,"uuid":"754267969","full_name":"ioniccommerce/examples","owner":"ioniccommerce","description":"Ionic integration examples","archived":false,"fork":false,"pushed_at":"2024-04-03T16:33:16.000Z","size":237,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-03T17:40:58.943Z","etag":null,"topics":["ai","haystack","jupyter-notebook","langchain","llama-index","llm","python"],"latest_commit_sha":null,"homepage":"https://ioniccommerce.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ioniccommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-07T18:11:48.000Z","updated_at":"2024-02-13T02:32:57.000Z","dependencies_parsed_at":"2024-04-03T17:38:57.963Z","dependency_job_id":"34df2525-c8dc-4342-a5e4-ad29ed10a0fc","html_url":"https://github.com/ioniccommerce/examples","commit_stats":null,"previous_names":["ioniccommerce/examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ioniccommerce/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioniccommerce%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioniccommerce%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioniccommerce%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioniccommerce%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ioniccommerce","download_url":"https://codeload.github.com/ioniccommerce/examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioniccommerce%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","haystack","jupyter-notebook","langchain","llama-index","llm","python"],"created_at":"2026-01-17T14:12:24.553Z","updated_at":"2026-01-17T14:12:24.608Z","avatar_url":"https://github.com/ioniccommerce.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[Website](https://ioniccommerce.com) • [Docs](https://docs.ioniccommerce.com)\n\n# Ionic Commerce integration examples\n\nA collection fo ready-to-use Jupyter Notebooks that exemplify how to use Ionic with your LLM frameworks.\n\nThe `/examples/notebooks` directory contains `.ipynb` files that demonstrate how to use the [Ionic Commerce](https://ioniccommerce.com) with different llms and frameworks.\n\n| Example                                                                            | LLM           | Framework             | Colab                                                                                                                                                                                                         |\n|------------------------------------------------------------------------------------|---------------| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [Haystack Agent OpenAI](examples/notebooks/haystack_agent_openai.ipynb)                               | OpenAI        | Haystack              | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/haystack_agent_openai.ipynb)        |\n| [Langchain ReAct Agent with OpenAI](examples/notebooks/langchain_react_agent_openai.ipynb)            | OpenAI        | Langchain ReAct Agent | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_react_agent_openai.ipynb) |\n| [Langchain OpenAI Tools Agent](examples/notebooks/langchain_openai_tools.ipynb)          | OpenAI        | Langchain OpenAI Tools Agent | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_openai_tools.ipynb)       |\n| [LangChain ReAct Agent with Gemini](examples/notebooks/langchain_react_agent_gemini.ipynb)            | Gemini        | Langchain ReAct Agent | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_react_agent_gemini.ipynb) |\n| [Llama with legacy OpenAI Agent](examples/notebooks/llama_legacy_openai_agent.ipynb) | Legacy OpenAI | Llama | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/llama_legacy_openai_agent.ipynb) |\n| [Llama with OpenAI Agent](examples/notebooks/llama_openai_agent.ipynb) | OpenAI        | Llama | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/llama_openai_agent.ipynb) |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioniccommerce%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fioniccommerce%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioniccommerce%2Fexamples/lists"}