Skip to content

Commit

Permalink
chore: Move graph RAG to feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 committed Sep 17, 2024
1 parent 61c0f52 commit 9efc75b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 913 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ of the databases listed below to set up and initialize your database:
* [Set up and configure Cloud SQL for MySQL](./docs/datastore/cloudsql_mysql.md)
* [Set up and configure non-cloud postgres (such as AlloyDB Omni)](./docs/datastore/postgres.md)
* [Set up and configure Firestore](./docs/datastore/firestore.md)
* [Set up and configure Neo4j](./docs/datastore/neo4j_graph.md)

### Deploying the Retrieval Service

Expand Down
157 changes: 0 additions & 157 deletions data/relationships/amenity_relationships.csv

This file was deleted.

119 changes: 0 additions & 119 deletions docs/datastore/neo4j_graph.md

This file was deleted.

1 change: 0 additions & 1 deletion retrieval_service/datastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
providers.spanner_postgres.Config,
providers.alloydb.Config,
providers.cloudsql_mysql.Config,
providers.neo4j_graph.Config,
]

__ALL__ = [Client, Config, create, providers]
2 changes: 0 additions & 2 deletions retrieval_service/datastore/providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
cloudsql_mysql,
cloudsql_postgres,
firestore,
neo4j_graph,
postgres,
spanner_gsql,
spanner_postgres,
Expand All @@ -31,5 +30,4 @@
firestore,
spanner_gsql,
spanner_postgres,
neo4j_graph,
]
Loading

0 comments on commit 9efc75b

Please sign in to comment.