From 5b48d4e4a4a55de856f37f9f9211b86f42bd0db1 Mon Sep 17 00:00:00 2001 From: Aria Amini Date: Tue, 11 Feb 2025 15:08:15 -0500 Subject: [PATCH] Rename --- .../__pycache__/db.cpython-310.pyc | Bin .../{PostgresRAGLLM => PostgresRagLlmDemo}/chat.py | 0 .../{PostgresRAGLLM => PostgresRagLlmDemo}/db.py | 0 .../knowledge.txt | 0 .../postgres-rag-llm.md | 0 .../requirements.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/__pycache__/db.cpython-310.pyc (100%) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/chat.py (100%) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/db.py (100%) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/knowledge.txt (100%) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/postgres-rag-llm.md (100%) rename scenarios/{PostgresRAGLLM => PostgresRagLlmDemo}/requirements.txt (100%) diff --git a/scenarios/PostgresRAGLLM/__pycache__/db.cpython-310.pyc b/scenarios/PostgresRagLlmDemo/__pycache__/db.cpython-310.pyc similarity index 100% rename from scenarios/PostgresRAGLLM/__pycache__/db.cpython-310.pyc rename to scenarios/PostgresRagLlmDemo/__pycache__/db.cpython-310.pyc diff --git a/scenarios/PostgresRAGLLM/chat.py b/scenarios/PostgresRagLlmDemo/chat.py similarity index 100% rename from scenarios/PostgresRAGLLM/chat.py rename to scenarios/PostgresRagLlmDemo/chat.py diff --git a/scenarios/PostgresRAGLLM/db.py b/scenarios/PostgresRagLlmDemo/db.py similarity index 100% rename from scenarios/PostgresRAGLLM/db.py rename to scenarios/PostgresRagLlmDemo/db.py diff --git a/scenarios/PostgresRAGLLM/knowledge.txt b/scenarios/PostgresRagLlmDemo/knowledge.txt similarity index 100% rename from scenarios/PostgresRAGLLM/knowledge.txt rename to scenarios/PostgresRagLlmDemo/knowledge.txt diff --git a/scenarios/PostgresRAGLLM/postgres-rag-llm.md b/scenarios/PostgresRagLlmDemo/postgres-rag-llm.md similarity index 100% rename from scenarios/PostgresRAGLLM/postgres-rag-llm.md rename to scenarios/PostgresRagLlmDemo/postgres-rag-llm.md diff --git a/scenarios/PostgresRAGLLM/requirements.txt b/scenarios/PostgresRagLlmDemo/requirements.txt similarity index 100% rename from scenarios/PostgresRAGLLM/requirements.txt rename to scenarios/PostgresRagLlmDemo/requirements.txt