Omey
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -26,9 +26,9 @@ People who want to use ollama instread of openai, can refer to this csv for embe
|
|
26 |
|
27 |
This dataset is shared under the **MIT License** (see below). You are free to use, modify, and distribute it.
|
28 |
|
29 |
-
## ✨ Usage Example
|
30 |
|
31 |
-
1. Drop old index
|
32 |
```sql
|
33 |
DROP INDEX moviePlots;
|
34 |
```
|
|
|
26 |
|
27 |
This dataset is shared under the **MIT License** (see below). You are free to use, modify, and distribute it.
|
28 |
|
29 |
+
## ✨ Usage Example (in neo4j)
|
30 |
|
31 |
+
1. Drop old index (if it was already created in course)
|
32 |
```sql
|
33 |
DROP INDEX moviePlots;
|
34 |
```
|