Omey commited on
Commit
4bb06cb
·
verified ·
1 Parent(s): fb4f359

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 on openai (if it was already created in course)
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
  ```