From 56124c1d3c8b852deef10fab26605409d1c3c645 Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Sun, 13 Apr 2025 18:52:27 -0700 Subject: [PATCH 1/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c3497bf..7df53dea 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ [![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) [![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/Apache-2.0) [![PyPI version](https://img.shields.io/pypi/v/cocoindex?color=5B5BD6)](https://pypi.org/project/cocoindex/) -[![Python](https://img.shields.io/badge/python-3.11%20to%203.13-5B5BD6?logo=python&logoColor=white)](https://www.python.org/) + [![CI](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml) [![release](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml) [![Discord](https://img.shields.io/discord/1314801574169673738?logo=discord&color=5B5BD6&logoColor=white)](https://discord.com/invite/zpA9S2DR7s) -[![LinkedIn](https://img.shields.io/badge/LinkedIn-CocoIndex-5B5BD6?logo=linkedin&logoColor=white)](https://www.linkedin.com/company/cocoindex) + [![X (Twitter)](https://img.shields.io/twitter/follow/cocoindex_io)](https://twitter.com/intent/follow?screen_name=cocoindex_io) From c2ebfca96c03f81aba7273446942782b6db5016c Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Sun, 13 Apr 2025 18:58:22 -0700 Subject: [PATCH 2/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7df53dea..bf05bab9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) [![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/Apache-2.0) [![PyPI version](https://img.shields.io/pypi/v/cocoindex?color=5B5BD6)](https://pypi.org/project/cocoindex/) +![PyPI - Downloads](https://img.shields.io/pypi/dm/cocoindex) + [![CI](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml) [![release](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml) From 15279a5c625e73b2716e20796c9e0e5bf58e7e46 Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Sun, 13 Apr 2025 19:02:30 -0700 Subject: [PATCH 3/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf05bab9..2e128150 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@
[![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) +[![Documentation](https://img.shields.io/badge/Documentation-394e79?style=for-the-badge&logo=wise&logoColor=00B9FF)](https://cocoindex.io/docs/getting_started/quickstart) [![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/Apache-2.0) [![PyPI version](https://img.shields.io/pypi/v/cocoindex?color=5B5BD6)](https://pypi.org/project/cocoindex/) ![PyPI - Downloads](https://img.shields.io/pypi/dm/cocoindex) From 07f0f292f657eee57694f61b8928902bf538ee53 Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Sun, 13 Apr 2025 19:08:04 -0700 Subject: [PATCH 4/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e128150..ff9da272 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@
[![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) -[![Documentation](https://img.shields.io/badge/Documentation-394e79?style=for-the-badge&logo=wise&logoColor=00B9FF)](https://cocoindex.io/docs/getting_started/quickstart) +[![Documentation](https://img.shields.io/badge/Documentation-394e79?logo=readthedocs&logoColor=00B9FF)](https://cocoindex.io/docs/getting_started/quickstart) [![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logo=opensourceinitiative&logoColor=white)](https://opensource.org/licenses/Apache-2.0) [![PyPI version](https://img.shields.io/pypi/v/cocoindex?color=5B5BD6)](https://pypi.org/project/cocoindex/) -![PyPI - Downloads](https://img.shields.io/pypi/dm/cocoindex) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/cocoindex)](https://pypistats.org/packages/cocoindex) [![CI](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml) [![release](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml) [![Discord](https://img.shields.io/discord/1314801574169673738?logo=discord&color=5B5BD6&logoColor=white)](https://discord.com/invite/zpA9S2DR7s) -[![X (Twitter)](https://img.shields.io/twitter/follow/cocoindex_io)](https://twitter.com/intent/follow?screen_name=cocoindex_io) + -
From ebe003140a8eb7ef390f6088de5be4c1158b33da Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Tue, 15 Apr 2025 14:27:39 -0700 Subject: [PATCH 7/7] fix link for neo4j installation --- examples/docs_to_kg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs_to_kg/README.md b/examples/docs_to_kg/README.md index a7445344..577c759b 100644 --- a/examples/docs_to_kg/README.md +++ b/examples/docs_to_kg/README.md @@ -12,7 +12,7 @@ Please give [Cocoindex on Github](https://github.com/cocoindex-io/cocoindex) a s Before running the example, you need to: * [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one. -* [Install Neo4j](https://cocoindex.io/docs/getting_started/installation#-install-neo4j) if you don't have one. +* [Install Neo4j](https://cocoindex.io/docs/ops/storages#neo4j) if you don't have one. * Install / configure LLM API. In this example we use OpenAI. You need to [configure OpenAI API key](https://cocoindex.io/docs/ai/llm#openai) before running the example. Alternatively, you can also follow the comments in source code to switch to Ollama, which runs LLM model locally, and get it ready following [this guide](https://cocoindex.io/docs/ai/llm#ollama). ## Run