From 7dddb949cd55b1720bb6bbdb3812249232fe1a88 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 2 Jun 2024 14:22:48 -0700 Subject: [PATCH] refac: examples dir --- .../function_calling_filter_pipeline.py | 0 .../integrations}/applescript_pipeline.py | 0 .../integrations}/python_code_pipeline.py | 0 .../{automation => pipelines/integrations}/wikipedia_pipeline.py | 0 examples/{ => pipelines}/providers/anthropic_manifold_pipeline.py | 0 examples/{ => pipelines}/providers/azure_openai_pipeline.py | 0 examples/{ => pipelines}/providers/cohere_manifold_pipeline.py | 0 examples/{ => pipelines}/providers/litellm_manifold_pipeline.py | 0 .../providers/litellm_subprocess_manifold_pipeline.py | 0 examples/{ => pipelines}/providers/llama_cpp_pipeline.py | 0 examples/{ => pipelines}/providers/mlx_pipeline.py | 0 examples/{ => pipelines}/providers/ollama_manifold_pipeline.py | 0 examples/{ => pipelines}/providers/ollama_pipeline.py | 0 examples/{ => pipelines}/providers/openai_pipeline.py | 0 examples/{ => pipelines}/rag/haystack_pipeline.py | 0 examples/{ => pipelines}/rag/llamaindex_ollama_github_pipeline.py | 0 examples/{ => pipelines}/rag/llamaindex_ollama_pipeline.py | 0 examples/{ => pipelines}/rag/llamaindex_pipeline.py | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename examples/{function_calling => filters}/function_calling_filter_pipeline.py (100%) rename examples/{automation => pipelines/integrations}/applescript_pipeline.py (100%) rename examples/{automation => pipelines/integrations}/python_code_pipeline.py (100%) rename examples/{automation => pipelines/integrations}/wikipedia_pipeline.py (100%) rename examples/{ => pipelines}/providers/anthropic_manifold_pipeline.py (100%) rename examples/{ => pipelines}/providers/azure_openai_pipeline.py (100%) rename examples/{ => pipelines}/providers/cohere_manifold_pipeline.py (100%) rename examples/{ => pipelines}/providers/litellm_manifold_pipeline.py (100%) rename examples/{ => pipelines}/providers/litellm_subprocess_manifold_pipeline.py (100%) rename examples/{ => pipelines}/providers/llama_cpp_pipeline.py (100%) rename examples/{ => pipelines}/providers/mlx_pipeline.py (100%) rename examples/{ => pipelines}/providers/ollama_manifold_pipeline.py (100%) rename examples/{ => pipelines}/providers/ollama_pipeline.py (100%) rename examples/{ => pipelines}/providers/openai_pipeline.py (100%) rename examples/{ => pipelines}/rag/haystack_pipeline.py (100%) rename examples/{ => pipelines}/rag/llamaindex_ollama_github_pipeline.py (100%) rename examples/{ => pipelines}/rag/llamaindex_ollama_pipeline.py (100%) rename examples/{ => pipelines}/rag/llamaindex_pipeline.py (100%) diff --git a/examples/function_calling/function_calling_filter_pipeline.py b/examples/filters/function_calling_filter_pipeline.py similarity index 100% rename from examples/function_calling/function_calling_filter_pipeline.py rename to examples/filters/function_calling_filter_pipeline.py diff --git a/examples/automation/applescript_pipeline.py b/examples/pipelines/integrations/applescript_pipeline.py similarity index 100% rename from examples/automation/applescript_pipeline.py rename to examples/pipelines/integrations/applescript_pipeline.py diff --git a/examples/automation/python_code_pipeline.py b/examples/pipelines/integrations/python_code_pipeline.py similarity index 100% rename from examples/automation/python_code_pipeline.py rename to examples/pipelines/integrations/python_code_pipeline.py diff --git a/examples/automation/wikipedia_pipeline.py b/examples/pipelines/integrations/wikipedia_pipeline.py similarity index 100% rename from examples/automation/wikipedia_pipeline.py rename to examples/pipelines/integrations/wikipedia_pipeline.py diff --git a/examples/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py similarity index 100% rename from examples/providers/anthropic_manifold_pipeline.py rename to examples/pipelines/providers/anthropic_manifold_pipeline.py diff --git a/examples/providers/azure_openai_pipeline.py b/examples/pipelines/providers/azure_openai_pipeline.py similarity index 100% rename from examples/providers/azure_openai_pipeline.py rename to examples/pipelines/providers/azure_openai_pipeline.py diff --git a/examples/providers/cohere_manifold_pipeline.py b/examples/pipelines/providers/cohere_manifold_pipeline.py similarity index 100% rename from examples/providers/cohere_manifold_pipeline.py rename to examples/pipelines/providers/cohere_manifold_pipeline.py diff --git a/examples/providers/litellm_manifold_pipeline.py b/examples/pipelines/providers/litellm_manifold_pipeline.py similarity index 100% rename from examples/providers/litellm_manifold_pipeline.py rename to examples/pipelines/providers/litellm_manifold_pipeline.py diff --git a/examples/providers/litellm_subprocess_manifold_pipeline.py b/examples/pipelines/providers/litellm_subprocess_manifold_pipeline.py similarity index 100% rename from examples/providers/litellm_subprocess_manifold_pipeline.py rename to examples/pipelines/providers/litellm_subprocess_manifold_pipeline.py diff --git a/examples/providers/llama_cpp_pipeline.py b/examples/pipelines/providers/llama_cpp_pipeline.py similarity index 100% rename from examples/providers/llama_cpp_pipeline.py rename to examples/pipelines/providers/llama_cpp_pipeline.py diff --git a/examples/providers/mlx_pipeline.py b/examples/pipelines/providers/mlx_pipeline.py similarity index 100% rename from examples/providers/mlx_pipeline.py rename to examples/pipelines/providers/mlx_pipeline.py diff --git a/examples/providers/ollama_manifold_pipeline.py b/examples/pipelines/providers/ollama_manifold_pipeline.py similarity index 100% rename from examples/providers/ollama_manifold_pipeline.py rename to examples/pipelines/providers/ollama_manifold_pipeline.py diff --git a/examples/providers/ollama_pipeline.py b/examples/pipelines/providers/ollama_pipeline.py similarity index 100% rename from examples/providers/ollama_pipeline.py rename to examples/pipelines/providers/ollama_pipeline.py diff --git a/examples/providers/openai_pipeline.py b/examples/pipelines/providers/openai_pipeline.py similarity index 100% rename from examples/providers/openai_pipeline.py rename to examples/pipelines/providers/openai_pipeline.py diff --git a/examples/rag/haystack_pipeline.py b/examples/pipelines/rag/haystack_pipeline.py similarity index 100% rename from examples/rag/haystack_pipeline.py rename to examples/pipelines/rag/haystack_pipeline.py diff --git a/examples/rag/llamaindex_ollama_github_pipeline.py b/examples/pipelines/rag/llamaindex_ollama_github_pipeline.py similarity index 100% rename from examples/rag/llamaindex_ollama_github_pipeline.py rename to examples/pipelines/rag/llamaindex_ollama_github_pipeline.py diff --git a/examples/rag/llamaindex_ollama_pipeline.py b/examples/pipelines/rag/llamaindex_ollama_pipeline.py similarity index 100% rename from examples/rag/llamaindex_ollama_pipeline.py rename to examples/pipelines/rag/llamaindex_ollama_pipeline.py diff --git a/examples/rag/llamaindex_pipeline.py b/examples/pipelines/rag/llamaindex_pipeline.py similarity index 100% rename from examples/rag/llamaindex_pipeline.py rename to examples/pipelines/rag/llamaindex_pipeline.py