https://github.com/ioniccommerce/examples
Ionic integration examples
https://github.com/ioniccommerce/examples
ai haystack jupyter-notebook langchain llama-index llm python
Last synced: 19 days ago
JSON representation
Ionic integration examples
- Host: GitHub
- URL: https://github.com/ioniccommerce/examples
- Owner: ioniccommerce
- License: mit
- Created: 2024-02-07T18:11:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T16:33:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-03T17:40:58.943Z (almost 2 years ago)
- Topics: ai, haystack, jupyter-notebook, langchain, llama-index, llm, python
- Homepage: https://ioniccommerce.com
- Size: 231 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Website](https://ioniccommerce.com) • [Docs](https://docs.ioniccommerce.com)
# Ionic Commerce integration examples
A collection fo ready-to-use Jupyter Notebooks that exemplify how to use Ionic with your LLM frameworks.
The `/examples/notebooks` directory contains `.ipynb` files that demonstrate how to use the [Ionic Commerce](https://ioniccommerce.com) with different llms and frameworks.
| Example | LLM | Framework | Colab |
|------------------------------------------------------------------------------------|---------------| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Haystack Agent OpenAI](examples/notebooks/haystack_agent_openai.ipynb) | OpenAI | Haystack | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/haystack_agent_openai.ipynb) |
| [Langchain ReAct Agent with OpenAI](examples/notebooks/langchain_react_agent_openai.ipynb) | OpenAI | Langchain ReAct Agent | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_react_agent_openai.ipynb) |
| [Langchain OpenAI Tools Agent](examples/notebooks/langchain_openai_tools.ipynb) | OpenAI | Langchain OpenAI Tools Agent | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_openai_tools.ipynb) |
| [LangChain ReAct Agent with Gemini](examples/notebooks/langchain_react_agent_gemini.ipynb) | Gemini | Langchain ReAct Agent | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/langchain_react_agent_gemini.ipynb) |
| [Llama with legacy OpenAI Agent](examples/notebooks/llama_legacy_openai_agent.ipynb) | Legacy OpenAI | Llama | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/llama_legacy_openai_agent.ipynb) |
| [Llama with OpenAI Agent](examples/notebooks/llama_openai_agent.ipynb) | OpenAI | Llama | [](https://colab.research.google.com/github/ioniccommerce/examples/blob/main/examples/notebooks/llama_openai_agent.ipynb) |