Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ repos:
types: [python]
pass_filenames: false
always_run: false
args: ["python"]
2 changes: 1 addition & 1 deletion docs/docs/examples/examples/01_docs_to_knowledge_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ You can open it at [http://localhost:7474](http://localhost:7474), and run the f
MATCH p=()-->() RETURN p
```

![Neo4j Browser](/img/examples/docs_to_knowledge_graph/neo4j_browser.png)
![Neo4j Browser](/img/examples/docs_to_knowledge_graph/neo4j_browser.png)
4 changes: 2 additions & 2 deletions docs/docs/sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ In CocoIndex, a source is the data origin you import from (e.g., files, database
| [Postgres](/docs/sources/postgres) | Relational database (Postgres) |

Related:
- [Life cycle of a indexing flow](/docs/core/basics#life-cycle-of-an-indexing-flow)
- [Live Update Tutorial](/docs/tutorials/live_updates)
- [Life cycle of a indexing flow](/docs/core/basics#life-cycle-of-an-indexing-flow)
- [Live Update Tutorial](/docs/tutorials/live_updates)
for change capture mechanisms.
3 changes: 0 additions & 3 deletions docs/docs/targets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,3 @@ You can find end-to-end examples fitting into any of supported property graphs i
* <ExampleButton href="https://github.com/cocoindex-io/cocoindex/tree/main/examples/docs_to_knowledge_graph" text="Docs to Knowledge Graph" margin="0 0 16px 0" />

* <ExampleButton href="https://github.com/cocoindex-io/cocoindex/tree/main/examples/product_recommendation" text="Product Recommendation" margin="0 0 16px 0" />



4 changes: 2 additions & 2 deletions docs/docs/targets/kuzu.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Exports data to a [Kuzu](https://kuzu.com/) graph database.

## Get Started

Read [Property Graph Targets](./index.md#property-graph-targets) for more information to get started on how it works in CocoIndex.
Read [Property Graph Targets](./index.md#property-graph-targets) for more information to get started on how it works in CocoIndex.

## Spec

Expand Down Expand Up @@ -59,4 +59,4 @@ You can then access the explorer at [http://localhost:8124](http://localhost:812
href="https://github.com/cocoindex-io/cocoindex/tree/main/examples/docs_to_knowledge_graph"
text="Docs to Knowledge Graph"
margin="16px 0 24px 0"
/>
/>
4 changes: 2 additions & 2 deletions docs/docs/targets/neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ExampleButton } from '../../src/components/GitHubButton';


## Get Started
Read [Property Graph Targets](./index.md#property-graph-targets) for more information to get started on how it works in CocoIndex.
Read [Property Graph Targets](./index.md#property-graph-targets) for more information to get started on how it works in CocoIndex.


## Spec
Expand Down Expand Up @@ -59,4 +59,4 @@ If you are building multiple CocoIndex flows from different projects to neo4j, w

This way, you can clean up the data for each flow independently.

In case you need to clean up the data in the same database, you can do it manually by running `cocoindex drop <APP_TARGET>` from the project you want to clean up.
In case you need to clean up the data in the same database, you can do it manually by running `cocoindex drop <APP_TARGET>` from the project you want to clean up.
2 changes: 1 addition & 1 deletion examples/product_recommendation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please drop [CocoIndex on Github](https://github.com/cocoindex-io/cocoindex) a s


## Prerequisite
* [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres)
* [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres)
* Install [Neo4j](https://cocoindex.io/docs/targets/neo4j)
* [Configure your OpenAI API key](https://cocoindex.io/docs/ai/llm#openai).

Expand Down