Ensuring that we change type hints from list to List.
list is only supported from Python 3.10 onwards, and we'd like to support 3.9 onwards.
Showing
- docs/examples/unstructured-element-splitter.ipynb 2 additions, 1 deletiondocs/examples/unstructured-element-splitter.ipynb
- semantic_router/encoders/tfidf.py 6 additions, 6 deletionssemantic_router/encoders/tfidf.py
- semantic_router/layer.py 1 addition, 1 deletionsemantic_router/layer.py
- semantic_router/llms/base.py 3 additions, 3 deletionssemantic_router/llms/base.py
- semantic_router/llms/llamacpp.py 2 additions, 2 deletionssemantic_router/llms/llamacpp.py
- semantic_router/llms/openai.py 3 additions, 3 deletionssemantic_router/llms/openai.py
- semantic_router/route.py 1 addition, 1 deletionsemantic_router/route.py
- semantic_router/schema.py 1 addition, 1 deletionsemantic_router/schema.py
- semantic_router/splitters/rolling_window.py 1 addition, 1 deletionsemantic_router/splitters/rolling_window.py
- semantic_router/splitters/utils.py 2 additions, 2 deletionssemantic_router/splitters/utils.py
- semantic_router/text.py 1 addition, 1 deletionsemantic_router/text.py
Please register or sign in to comment