You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+2-4
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,8 @@ List of extra dependencies:
98
98
- **pinecone**: store vectors in Pinecone
99
99
- **qdrant**: store vectors in Qdrant
100
100
- **experimental**: experimental features mainly from the Knowledge Graph creation pipelines.
101
-
- nlp:
102
-
- **spaCy**: load spaCy trained models for nlp pipelines, used by `SpaCySemanticMatchResolver` component from the Knowledge Graph creation pipelines.
103
-
- fuzzy-matching:
104
-
- **rapidfuzz**: apply fuzzy matching using string similarity, used by `FuzzyMatchResolver` component from the Knowledge Graph creation pipelines.
101
+
- **nlp**: installs spaCy for nlp pipelines, used by `SpaCySemanticMatchResolver` component from the Knowledge Graph creation pipelines.
102
+
- **fuzzy-matching**: installs **rapidfuzz** to fuzzy matching using string similarity, used by `FuzzyMatchResolver` component from the Knowledge Graph creation pipelines.
0 commit comments