mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 02:19:31 +00:00
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"""Experimental **text splitter** based on semantic similarity."""
|
||||
import copy
|
||||
import re
|
||||
from typing import Any, Dict, Iterable, List, Literal, Optional, Sequence, Tuple, cast
|
||||
|
Reference in New Issue
Block a user