From be37401c4f0d5ed0105f11d892f7baa22da90a7d Mon Sep 17 00:00:00 2001 From: Linghua Jin Date: Mon, 21 Apr 2025 22:33:16 -0700 Subject: [PATCH] rename kg -> knowledge-graph in example just to make it more readable --- README.md | 2 +- examples/{docs_to_kg => docs_to_knowledge_graph}/.env | 0 examples/{docs_to_kg => docs_to_knowledge_graph}/README.md | 0 examples/{docs_to_kg => docs_to_knowledge_graph}/main.py | 0 .../markdown_files/1706.03762v7.md | 0 .../markdown_files/1810.04805v2.md | 0 .../markdown_files/rfc8259.md | 0 examples/{docs_to_kg => docs_to_knowledge_graph}/pyproject.toml | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename examples/{docs_to_kg => docs_to_knowledge_graph}/.env (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/README.md (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/main.py (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/markdown_files/1706.03762v7.md (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/markdown_files/1810.04805v2.md (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/markdown_files/rfc8259.md (100%) rename examples/{docs_to_kg => docs_to_knowledge_graph}/pyproject.toml (100%) diff --git a/README.md b/README.md index 9772981e..eeec5300 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Go to the [examples directory](examples) to try out with any of the examples, fo | [PDF Embedding](examples/pdf_embedding) | Parse PDF and index text embeddings for semantic search | | [Manuals LLM Extraction](examples/manuals_llm_extraction) | Extract structured information from a manual using LLM | | [Google Drive Text Embedding](examples/gdrive_text_embedding) | Index text documents from Google Drive | -| [Docs to Knowledge Graph](examples/docs_to_kg) | Extract relationships from Markdown documents and build a knowledge graph | +| [Docs to Knowledge Graph](examples/docs_to_knowledge_graph) | Extract relationships from Markdown documents and build a knowledge graph | | [Embeddings to Qdrant](examples/text_embedding_qdrant) | Index documents in a Qdrant collection for semantic search | More coming and stay tuned! If there's any specific examples you would like to see, please let us know in our [Discord community](https://discord.com/invite/zpA9S2DR7s) 🌱. diff --git a/examples/docs_to_kg/.env b/examples/docs_to_knowledge_graph/.env similarity index 100% rename from examples/docs_to_kg/.env rename to examples/docs_to_knowledge_graph/.env diff --git a/examples/docs_to_kg/README.md b/examples/docs_to_knowledge_graph/README.md similarity index 100% rename from examples/docs_to_kg/README.md rename to examples/docs_to_knowledge_graph/README.md diff --git a/examples/docs_to_kg/main.py b/examples/docs_to_knowledge_graph/main.py similarity index 100% rename from examples/docs_to_kg/main.py rename to examples/docs_to_knowledge_graph/main.py diff --git a/examples/docs_to_kg/markdown_files/1706.03762v7.md b/examples/docs_to_knowledge_graph/markdown_files/1706.03762v7.md similarity index 100% rename from examples/docs_to_kg/markdown_files/1706.03762v7.md rename to examples/docs_to_knowledge_graph/markdown_files/1706.03762v7.md diff --git a/examples/docs_to_kg/markdown_files/1810.04805v2.md b/examples/docs_to_knowledge_graph/markdown_files/1810.04805v2.md similarity index 100% rename from examples/docs_to_kg/markdown_files/1810.04805v2.md rename to examples/docs_to_knowledge_graph/markdown_files/1810.04805v2.md diff --git a/examples/docs_to_kg/markdown_files/rfc8259.md b/examples/docs_to_knowledge_graph/markdown_files/rfc8259.md similarity index 100% rename from examples/docs_to_kg/markdown_files/rfc8259.md rename to examples/docs_to_knowledge_graph/markdown_files/rfc8259.md diff --git a/examples/docs_to_kg/pyproject.toml b/examples/docs_to_knowledge_graph/pyproject.toml similarity index 100% rename from examples/docs_to_kg/pyproject.toml rename to examples/docs_to_knowledge_graph/pyproject.toml